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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 轣晨擠寀 | 1110011110000001100111011110110110011101101010011111101010100111 | e7819ded9da9faa7 |
EUC-JP | 轣晨擠寀 | 111011011110000111011010111011111101101010101011100011111011101011011011 | ede1daefdaab8fbadb |
UTF-8 | 轣晨擠寀 | 111010001011110110100011111001101001100110101000111001101001001110100000111001011010111110000000 | e8bda3e699a8e693a0e5af80 |
UHC | ?晨?寀 | 001111111110001111100111001111111111001111110010 | 3fe3e73ff3f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)