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 | ?饋??岫? | 0011111111101001010111100011111100111111100110111010101100111111 | 3fe95e3f3f9bab3f |
EUC-JP | ?饋??岫? | 0011111111110001101111110011111100111111110101101010110100111111 | 3ff1bf3f3fd6ad3f |
UTF-8 | 룶饋탕룶岫룵 | 111010111010001110110110111010011010010110001011111011011000001110010101111010111010001110110110111001011011001010101011111010111010001110110101 | eba3b6e9a58bed8395eba3b6e5b2abeba3b5 |
UHC | 룶饋탕룶岫룵 | 100011111010101111001111111110101100010111000001100011111010101111100001111110111000111110101010 | 8fabcffac5c18fabe1fb8faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)