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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??綺??? | 00111111001111111110001101011001001111110011111100111111 | 3f3fe3593f3f3f |
EUC-JP | ??綺??坮 | 001111110011111111100101101110100011111100111111100011111011011111000111 | 3f3fe5ba3f3f8fb7c7 |
UTF-8 | 렻ㅔ綺렻ㅔ坮 | 111010111010000010111011111000111000010110010100111001111011011010111010111010111010000010111011111000111000010110010100111001011001110110101110 | eba0bbe38594e7b6baeba0bbe38594e59dae |
UHC | 렻ㅔ綺렻ㅔ坮 | 100011101100001110100100110001001101000110111011100011101100001110100100110001001101001111011101 | 8ec3a4c4d1bb8ec3a4c4d3dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)