To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ANhAN | 100100100100000110010010010011100110100010010010010000011001001001001110 | 9241924e689241924e |
SJIS-WIN | ?A?Nh?A?N | 001111110100000100111111010011100110100000111111010000010011111101001110 | 3f413f4e683f413f4e |
EUC-JP | ?A?Nh?A?N | 001111110100000100111111010011100110100000111111010000010011111101001110 | 3f413f4e683f413f4e |
UTF-8 | ANhAN | 11000010100100100100000111000010100100100100111001101000110000101001001001000001110000101001001001001110 | c29241c2924e68c29241c2924e |
UHC | ?A?Nh?A?N | 001111110100000100111111010011100110100000111111010000010011111101001110 | 3f413f4e683f413f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)