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 | ?領???? | 00111111100101111100110000111111001111110011111100111111 | 3f97cc3f3f3f3f |
EUC-JP | ?領???? | 00111111110011101100111000111111001111110011111100111111 | 3fcece3f3f3f3f |
UTF-8 | 렻領쩨렎렻렔 | 111010111010000010111011111010011010000010011000111011001010100110101000111010111010000010001110111010111010000010111011111010111010000010010100 | eba0bbe9a098eca9a8eba08eeba0bbeba094 |
UHC | 렻領쩨렎렻렔 | 100011101100001111010110110001011100001011000101100011101010010010001110110000111000111010101001 | 8ec3d6c5c2c58ea48ec38ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)