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 | 息λ?? | 100100011010011110000011110010010011111100111111 | 91a783c93f3f |
EUC-JP | 息λ?? | 110000101010100110100110110010110011111100111111 | c2a9a6cb3f3f |
UTF-8 | 息λ≤듐 | 1110011010000001101011111100111010111011111000101000100110100100111010111001001110010000 | e681afcebbe289a4eb9390 |
UHC | 息λ≤듐 | 1110001111010011101001011110101110100001110000101011010111100011 | e3d3a5eba1c2b5e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)