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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???譴?^ | 00111111001111110011111111100110101000100011111101011110 | 3f3f3fe6a23f5e |
EUC-JP | ???譴?^ | 00111111001111110011111111101100101001000011111101011110 | 3f3f3feca43f5e |
UTF-8 | 뤝뮐톽譴족^ | 11101011101001001001110111101011101011101001000011101101100001101011110111101000101011011011010011101100101000011011000101011110 | eba49debae90ed86bde8adb4eca1b15e |
UHC | 뤝뮐톽譴족^ | 1000111111001100101110011100000110110111100011111100110010111001110000011011011101011110 | 8fccb9c1b78fccb9c1b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)