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 | 屋j???? | 1000100110101110100000101000101000111111001111110011111100111111 | 89ae828a3f3f3f3f |
EUC-JP | 屋j???? | 1011001010110000101000111110101000111111001111110011111100111111 | b2b0a3ea3f3f3f3f |
UTF-8 | 屋j쑥柳쎿톫 | 111001011011000110001011111011111011110110001010111011001001000110100101111011111010011110001001111011001000111010111111111011011000011010101011 | e5b18befbd8aec91a5efa789ec8ebfed86ab |
UHC | 屋j쑥柳쎿톫 | 111010001010100110100011111010101011111010100110111010101111011110011011111001101011011110000011 | e8a9a3eabea6eaf79be6b783 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)