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 | 001111110011111100111111001111110011111101011010 | 3f3f3f3f3f5a |
SJIS-WIN | 乙?梱支?Z | 100010011011001100111111100011011010101110001110011110000011111101011010 | 89b33f8dab8e783f5a |
EUC-JP | 乙?梱支?Z | 101100101011010100111111101110101010110110111011110110010011111101011010 | b2b53fbaadbbd93f5a |
UTF-8 | 乙얘梱支렟Z | 11100100101110011001100111101100100101101001100011100110101000101011000111100110100101001010111111101011101000001001111101011010 | e4b999ec9698e6a2b1e694afeba09f5a |
UHC | 乙얘梱支렟Z | 1110101111100000101111101110101011001101111000011111001010101000100011101011000001011010 | ebe0beeacde1f2a88eb05a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)