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 | 贒戊伏誾 | 1111101110101111100101011110100010010101100110101111101110100111 | fbaf95e8959afba7 |
EUC-JP | 贒戊伏誾 | 10001111110111111100001111001010111010101100100111111010100011111101111010100100 | 8fdfc3caeac9fa8fdea4 |
UTF-8 | 贒戊伏誾 | 111010001011010010010010111001101000100010001010111001001011110010001111111010001010101010111110 | e8b492e6888ae4bc8fe8aabe |
UHC | ?戊伏誾 | 00111111110110011110011011011100110100011110101111011101 | 3fd9e6dcd1ebdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)