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 | ?沿????? | 0011111110001001100010000011111100111111001111110011111100111111 | 3f89883f3f3f3f3f |
EUC-JP | ?沿????? | 0011111110110001111010000011111100111111001111110011111100111111 | 3fb1e83f3f3f3f3f |
UTF-8 | 롎沿렳롈렪렲렩 | 111010111010000110001110111001101011001010111111111010111010000010110011111010111010000110001000111010111010000010101010111010111010000010110010111010111010000010101001 | eba18ee6b2bfeba0b3eba188eba0aaeba0b2eba0a9 |
UHC | 롎沿렳롈렪렲렩 | 1000111011010100111001101100110110001110110000001000111011001110100011101011100010001110101111111000111010110111 | 8ed4e6cd8ec08ece8eb88ebf8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)