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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 贒戊伏鄕ソ | 111110111010111110010101111010001001010110011010111110111011100010111111 | fbaf95e8959afbb8bf |
EUC-JP | 贒戊伏?ソ | 10001111110111111100001111001010111010101100100111111010001111111000111010111111 | 8fdfc3caeac9fa3f8ebf |
UTF-8 | 贒戊伏鄕ソ | 111010001011010010010010111001101000100010001010111001001011110010001111111010011000010010010101111011111011110110111111 | e8b492e6888ae4bc8fe98495efbdbf |
UHC | ?戊伏鄕? | 0011111111011001111001101101110011010001111110101100000100111111 | 3fd9e6dcd1fac13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)