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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 贒戊伏 | 111110111010111110010101111010001001010110011010 | fbaf95e8959a |
EUC-JP | 贒戊伏 | 10001111110111111100001111001010111010101100100111111010 | 8fdfc3caeac9fa |
UTF-8 | 贒戊伏 | 111010001011010010010010111001101000100010001010111001001011110010001111 | e8b492e6888ae4bc8f |
UHC | ?戊伏 | 0011111111011001111001101101110011010001 | 3fd9e6dcd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)