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 | ?勢?悼 | 001111111001000010101000001111111001001110001001 | 3f90a83f9389 |
EUC-JP | ?勢?悼 | 001111111100000010101010001111111100010111101001 | 3fc0aa3fc5e9 |
UTF-8 | 룶勢룵悼 | 111010111010001110110110111001011000101110100010111010111010001110110101111001101000001010111100 | eba3b6e58ba2eba3b5e682bc |
UHC | 룶勢룵悼 | 1000111110101011111000011010011110001111101010101101001111111010 | 8fabe1a78faad3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)