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 | 裴第焔 | 111001011110100010010001111001101000100110001011 | e5e891e6898b |
EUC-JP | 裴第焔 | 111010101110101011000010111010001011000111101011 | eaeac2e8b1eb |
UTF-8 | 裴第焔 | 111010001010001110110100111001111010110010101100111001111000010010010100 | e8a3b4e7acace78494 |
UHC | 裴第? | 1101101111010000111100001010111100111111 | dbd0f0af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)