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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闕舌Ρ閾ュ | 111010001000110110010000111000111000001110101111111010001000011110101101 | e88d90e383afe887ad |
EUC-JP | 闕舌Ρ閾ュ | 11101111111011011100000011100101101001101011000111101111111001111000111010101101 | efedc0e5a6b1efe78ead |
UTF-8 | 闕舌Ρ閾ュ | 1110100110010111100101011110100010001000100011001100111010100001111010011001011010111110111011111011110110101101 | e99795e8888ccea1e996beefbdad |
UHC | 闕舌Ρ?? | 1100111111110100111000001101111110100101110100010011111100111111 | cff4e0dfa5d13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)