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 | 池?耳?熊? | 100100100111001000111111100011101010100000111111100011000100011000111111 | 92723f8ea83f8c463f |
EUC-JP | 池?耳?熊? | 110000111101001100111111101111001010101000111111101101111010011100111111 | c3d33fbcaa3fb7a73f |
UTF-8 | 池렓耳렋熊렱 | 111001101011000110100000111010111010000010010011111010001000000010110011111010111010000010001011111001111000011010001010111010111010000010110001 | e6b1a0eba093e880b3eba08be7868aeba0b1 |
UHC | 池렓耳렋熊렱 | 111100101010111010001110101010001110110010111100100011101010001011101010101010001000111010111110 | f2ae8ea8ecbc8ea2eaa88ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)