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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 釿壹Ν碪 | 1110011111100001100110101110001110000011101010111110000111110010 | e7e19ae383abe1f2 |
EUC-JP | 釿壹Ν碪 | 1110111011100011110101001110010110100110101011011110001011110100 | eee3d4e5a6ade2f4 |
UTF-8 | 釿壹Ν碪 | 1110100110000111101111111110010110100011101110011100111010011101111001111010001010101010 | e987bfe5a3b9ce9de7a2aa |
UHC | ?壹Ν? | 001111111110110011101100101001011100110100111111 | 3fececa5cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)