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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 렳뤎쵌춲웡렩 | 111010111010000010110011111010111010010010001110111011001011010110001100111011001011011010110010111011001001101110100001111010111010000010101001 | eba0b3eba48eecb58cecb6b2ec9ba1eba0a9 |
UHC | 렳뤎쵌춲웡렩 | 100011101100000010001111101111101010110010001110101011011000111010111111111111011000111010110111 | 8ec08fbeac8ead8ebffd8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)