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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???兀??? | 0011111100111111001111111001100101011001001111110011111100111111 | 3f3f3f99593f3f3f |
EUC-JP | ???兀??? | 0011111100111111001111111101000110111010001111110011111100111111 | 3f3f3fd1ba3f3f3f |
UTF-8 | 렡렪렽兀렪렽玲 | 111010111010000010100001111010111010000010101010111010111010000010111101111001011000010110000000111010111010000010101010111010111010000010111101111011111010011010101101 | eba0a1eba0aaeba0bde58580eba0aaeba0bdefa6ad |
UHC | 렡렪렽兀렪렽玲 | 1000111010110010100011101011100010001110110001011110100010110100100011101011100010001110110001011110011110111111 | 8eb28eb88ec5e8b48eb88ec5e7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)