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 | 梓?帳? | 100010001011001000111111100100101010000000111111 | 88b23f92a03f |
EUC-JP | 梓?帳? | 101100001011010000111111110001001010001000111111 | b0b43fc4a23f |
UTF-8 | 梓렍帳렠 | 111001101010001010010011111010111010000010001101111001011011100010110011111010111010000010100000 | e6a293eba08de5b8b3eba0a0 |
UHC | 梓렍帳렠 | 1110111010101001100011101010001111101101111000111000111010110001 | eea98ea3ede38eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)