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 | 嶴è±LB | 1110010110110110101101001110100010110001100100000100110001000010 | e5b6b4e8b1904c42 |
SJIS-WIN | ?¶´?±?LB | 0011111110000001111101111000000101001100001111111000000101111101001111110100110001000010 | 3f81f7814c3f817d3f4c42 |
EUC-JP | 嶴�LB | 100011111010101110101001101000101111100110100001101011011000111110101011101100101010000111011110001111110100110001000010 | 8faba9a2f9a1ad8fabb2a1de3f4c42 |
UTF-8 | 嶴è±LB | 1100001110100101110000101011011011000010101101001100001110101000110000101011000111000010100100000100110001000010 | c3a5c2b6c2b4c3a8c2b1c2904c42 |
UHC | ?¶´?±?LB | 0011111110100010110100101010001010100101001111111010000110111110001111110100110001000010 | 3fa2d2a2a53fa1be3f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)