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 | 顋懶スセ鞜帝 | 11101000111110011001110011101111101111011011111011101000110111111001001011101001 | e8f99cefbdbee8df92e9 |
EUC-JP | 顋懶スセ鞜帝 | 111100001111101111011000111100011000111010111101100011101011111011110000111000011100010011101011 | f0fbd8f18ebd8ebef0e1c4eb |
UTF-8 | 顋懶スセ鞜帝 | 111010011010000110001011111001101000011110110110111011111011110110111101111011111011110110111110111010011001111010011100111001011011100010011101 | e9a18be687b6efbdbdefbdbee99e9ce5b89d |
UHC | ?懶???帝 | 0011111111010100111110110011111100111111001111111111000010101000 | 3fd4fb3f3f3ff0a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)