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 | ???韻? | 001111110011111100111111100010010100001100111111 | 3f3f3f89433f |
EUC-JP | ???韻? | 001111110011111100111111101100011010010000111111 | 3f3f3fb1a43f |
UTF-8 | 렳렻렍韻렏 | 111010111010000010110011111010111010000010111011111010111010000010001101111010011001111110111011111010111010000010001111 | eba0b3eba0bbeba08de99fbbeba08f |
UHC | 렳렻렍韻렏 | 10001110110000001000111011000011100011101010001111101010101001001000111010100101 | 8ec08ec38ea3eaa48ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)