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 | 終鞨聆淳 | 1000111101001001111010001110000011100011110101111000111101111110 | 8f49e8e0e3d78f7e |
EUC-JP | 終鞨聆淳 | 1011110110101010111100001110001011100110110110011011110111011111 | bdaaf0e2e6d9bddf |
UTF-8 | 終鞨聆淳 | 111001111011010110000010111010011001111010101000111010001000000110000110111001101011011110110011 | e7b582e99ea8e88186e6b7b3 |
UHC | 終鞨聆淳 | 1111000011111011110010101110101011010110110000001110001011101000 | f0fbcaead6c0e2e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)