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 | ??|??|B | 00111111001111110111110000111111001111110111110001000010 | 3f3f7c3f3f7c42 |
SJIS-WIN | 駭?|駭?|B | 111010010110111000111111011111001110100101101110001111110111110001000010 | e96e3f7ce96e3f7c42 |
EUC-JP | 駭?|駭?|B | 111100011100111100111111011111001111000111001111001111110111110001000010 | f1cf3f7cf1cf3f7c42 |
UTF-8 | 駭쿍|駭쿍|B | 111010011010011110101101111011001011111110001101011111001110100110100111101011011110110010111111100011010111110001000010 | e9a7adecbf8d7ce9a7adecbf8d7c42 |
UHC | 駭쿍|駭쿍|B | 1111101010110100101100110100001001111100111110101011010010110011010000100111110001000010 | fab4b3427cfab4b3427c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)