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 | 迚狗昇逅コ | 111001111000100110001011111001111000111110111000111001111001000010111010 | e7898be78fb8e790ba |
EUC-JP | 迚狗昇逅コ | 11101101111010011011011011101001101111101011101011101101111100001000111010111010 | ede9b6e9bebaedf08eba |
UTF-8 | 迚狗昇逅コ | 111010001011111110011010111001111000101110010111111001101001100010000111111010011000000010000101111011111011110110111010 | e8bf9ae78b97e69887e98085efbdba |
UHC | ?狗昇逅? | 0011111111001111101101111110001110110000111111011011000100111111 | 3fcfb7e3b0fdb13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)