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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???夷? | 001111110011111100111111100010001100111000111111 | 3f3f3f88ce3f |
EUC-JP | ??Ł夷? | 0011111100111111100011111010100110101000101100001101000000111111 | 3f3f8fa9a8b0d03f |
UTF-8 | 李쇱Ł夷됲 | 1110111110100111101000011110110010000111101100011100010110000001111001011010010010110111111010111001000010110010 | efa7a1ec87b1c581e5a4b7eb90b2 |
UHC | 李쇱Ł夷됲 | 11101100101100001011110011101100101010001010100111101100101010001000100111101101 | ecb0bceca8a9eca889ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)