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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 梓??梓??B | 100010001011001000111111001111111000100010110010001111110011111101000010 | 88b23f3f88b23f3f42 |
EUC-JP | 梓??梓??B | 101100001011010000111111001111111011000010110100001111110011111101000010 | b0b43f3fb0b43f3f42 |
UTF-8 | 梓렍렠梓렍렠B | 11100110101000101001001111101011101000001000110111101011101000001010000011100110101000101001001111101011101000001000110111101011101000001010000001000010 | e6a293eba08deba0a0e6a293eba08deba0a042 |
UHC | 梓렍렠梓렍렠B | 11101110101010011000111010100011100011101011000111101110101010011000111010100011100011101011000101000010 | eea98ea38eb1eea98ea38eb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)