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 | 嶸??役 | 111110101011010000111111001111111001011011110000 | fab43f3f96f0 |
EUC-JP | 嶸??役 | 10001111101110111111010000111111001111111100110011110010 | 8fbbf43f3fccf2 |
UTF-8 | 嶸닸객役 | 111001011011011010111000111010111000101110111000111010101011000010011101111001011011110110111001 | e5b6b8eb8bb8eab09de5bdb9 |
UHC | 嶸닸객役 | 1110011110101110101101001110011010110000101101001110011010110101 | e7aeb4e6b0b4e6b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)