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 | ???蹙??? | 0011111100111111001111111110011101000101001111110011111100111111 | 3f3f3fe7453f3f3f |
EUC-JP | ???蹙??? | 0011111100111111001111111110110110100110001111110011111100111111 | 3f3f3feda63f3f3f |
UTF-8 | 뤗횓듯蹙풇피렕 | 111010111010010010010111111011011001101010010011111010111001001110101111111010001011100110011001111011011001001010000111111011011001010010111100111010111010000010010101 | eba497ed9a93eb93afe8b999ed9287ed94bceba095 |
UHC | 뤗횓듯蹙풇피렕 | 1000111111000111110000111000111010110101111011011111010111101100101111101000111111000111110001111000111010101010 | 8fc7c38eb5edf5ecbe8fc7c78eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)