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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 黎졽펿溜쒕젡燎 | 111011111010011010001001111011001010000110111101111011011000111010111111111011111010011110001011111011001001001010010101111011001010000010100001111011111010011110000000 | efa689eca1bded8ebfefa78bec9295eca0a1efa780 |
UHC | 黎졽펿溜쒕젡燎 | 1110011010110001101000001110010010111100100011101110101011111110100111001110101110100000100110101110100011111011 | e6b1a0e4bc8eeafe9ceba09ae8fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)