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 | 鬢畷スャ增ケ | 111010011010010010010011111010111011110110101100111110101001110110111001 | e9a493ebbdacfa9db9 |
EUC-JP | 鬢畷スャ?ケ | 1111001010100110110001101110110110001110101111011000111010101100001111111000111010111001 | f2a6c6ed8ebd8eac3f8eb9 |
UTF-8 | 鬢畷スャ增ケ | 111010011010110010100010111001111001010110110111111011111011110110111101111011111011110110101100111001011010001010011110111011111011110110111001 | e9aca2e795b7efbdbdefbdace5a29eefbdb9 |
UHC | ????增? | 00111111001111110011111100111111111100011111001000111111 | 3f3f3f3ff1f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)