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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 昭睚セ | 10001111101110101110000111001000111100001110110010111110 | 8fbae1c8f0ecbe |
EUC-JP | 昭睚?セ | 10111110101111001110001011001010001111111000111010111110 | bebce2ca3f8ebe |
UTF-8 | 昭睚セ | 111001101001100010101101111001111001110110011010111011101000001010101011111011111011110110111110 | e698ade79d9aee82abefbdbe |
UHC | 昭??? | 1110000110111001001111110011111100111111 | e1b93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)