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 | ???靈?? | 00111111001111110011111111101000110010110011111100111111 | 3f3f3fe8cb3f3f |
EUC-JP | ???靈?? | 00111111001111110011111111110000110011010011111100111111 | 3f3f3ff0cd3f3f |
UTF-8 | 렺렢렻靈렠렻 | 111010111010000010111010111010111010000010100010111010111010000010111011111010011001110110001000111010111010000010100000111010111010000010111011 | eba0baeba0a2eba0bbe99d88eba0a0eba0bb |
UHC | 렺렢렻靈렠렻 | 100011101100001010001110101100111000111011000011110101101100010010001110101100011000111011000011 | 8ec28eb38ec3d6c48eb18ec3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)