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 | 艶?耶ヨ | 10001001100100000011111110010110111010111000001110001000 | 89903f96eb8388 |
EUC-JP | 艶?耶ヨ | 10110001111100000011111111001100111011011010010111101000 | b1f03fcceda5e8 |
UTF-8 | 艶춀耶ヨ | 111010001000100110110110111011001011011010000000111010001000000010110110111000111000001110101000 | e889b6ecb680e880b6e383a8 |
UHC | 艶춀耶ヨ | 1110011011111101101011010101101011100101101011011010101111101000 | e6fdad5ae5adabe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)