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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 楡??楡??^ | 100111101011111000111111001111111001111010111110001111110011111101011110 | 9ebe3f3f9ebe3f3f5e |
EUC-JP | 楡??楡??^ | 110111001100000000111111001111111101110011000000001111110011111101011110 | dcc03f3fdcc03f3f5e |
UTF-8 | 楡흣밞楡흣밞^ | 11100110101001011010000111101101100111011010001111101011101100001001111011100110101001011010000111101101100111011010001111101011101100001001111001011110 | e6a5a1ed9da3ebb09ee6a5a1ed9da3ebb09e5e |
UHC | 楡흣밞楡흣밞^ | 11101010111110001100100011101110101110011110000111101010111110001100100011101110101110011110000101011110 | eaf8c8eeb9e1eaf8c8eeb9e15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)