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 | ?????~[ | 00111111001111110011111100111111001111110111111001011011 | 3f3f3f3f3f7e5b |
SJIS-WIN | ?????~[ | 00111111001111110011111100111111001111110111111001011011 | 3f3f3f3f3f7e5b |
EUC-JP | ?????~[ | 00111111001111110011111100111111001111110111111001011011 | 3f3f3f3f3f7e5b |
UTF-8 | 셍롍렚셔샬~[ | 1110110010000101100011011110101110100001100011011110101110100000100110101110110010000101100101001110110010000011101011000111111001011011 | ec858deba18deba09aec8594ec83ac7e5b |
UHC | 셍롍렚셔샬~[ | 101111001100010010001110110100111000111010101101101111001100010110111100101000110111111001011011 | bcc48ed38eadbcc5bca37e5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)