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 | ???Z | 00111111001111110011111101011010 | 3f3f3f5a |
SJIS-WIN | 驛??Z | 1110100110000011001111110011111101011010 | e9833f3f5a |
EUC-JP | 驛??Z | 1111000111100011001111110011111101011010 | f1e33f3f5a |
UTF-8 | 驛깅젉Z | 11101001101010011001101111101010101110011000010111101100101000001000100101011010 | e9a99beab985eca0895a |
UHC | 驛깅젉Z | 11100110101111101011000111101011101000001000101101011010 | e6beb1eba08b5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)