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 | 湜悉澵蒔 | 1111101101000111100011101011101111111011010011001000111010101010 | fb478ebbfb4c8eaa |
EUC-JP | 湜悉澵蒔 | 10001111110001111111110010111100101111011000111111001000111110001011110010101100 | 8fc7fcbcbd8fc8f8bcac |
UTF-8 | 湜悉澵蒔 | 111001101011100110011100111001101000001010001001111001101011111010110101111010001001001010010100 | e6b99ce68289e6beb5e89294 |
UHC | 湜悉?蒔 | 11100011110101111110001111111010001111111110001111001000 | e3d7e3fa3fe3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)