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 | 襁懆賦 | 111001011111010010011100111010001001010110001010 | e5f49ce8958a |
EUC-JP | 襁懆賦 | 111010101111011011011000111010101100100111101010 | eaf6d8eac9ea |
UTF-8 | 襁懆賦 | 111010001010010110000001111001101000011110000110111010001011001110100110 | e8a581e68786e8b3a6 |
UHC | 襁?賦 | 1100101110111010001111111101110110110111 | cbba3fddb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)