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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 倖?濠 | 1000110011110100001111111000110110001010 | 8cf43f8d8a |
EUC-JP | 倖?濠 | 1011100011110110001111111011100111101010 | b8f63fb9ea |
UTF-8 | 倖렒濠 | 111001011000000010010110111010111010000010010010111001101011111110100000 | e58096eba092e6bfa0 |
UHC | 倖렒濠 | 111110101011100010001110101001111111101111001100 | fab88ea7fbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)