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 | ???{d | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | 節∽?{d | 10010000110111111000000111100100001111110111101101100100 | 90df81e43f7b64 |
EUC-JP | 節∽?{d | 11000000111000011010001011100110001111110111101101100100 | c0e1a2e63f7b64 |
UTF-8 | 節∽쉑{d | 1110011110101111100000001110001010001000101111011110110010001001100100010111101101100100 | e7af80e288bdec89917b64 |
UHC | 節∽쉑{d | 1110111110111101101000011110111110111101101001110111101101100100 | efbda1efbda77b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)