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 | ???孼??? | 001111110011111100111111100011111011101011000011001111110011111100111111 | 3f3f3f8fbac33f3f3f |
UTF-8 | 溫숅렉孼녶쨱呂 | 111001101011101010101011111011001000100010000101111010111010000010001001111001011010110110111100111010111000010110110110111011001010100010110001111011111010011010000000 | e6baabec8885eba089e5adbceb85b6eca8b1efa680 |
UHC | 溫숅렉孼녶쨱呂 | 1110100010101110100110011110100110110111101110101110010111101101100001101110010110100100100010111110010111111011 | e8ae99e9b7bae5ed86e5a48be5fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)