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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??霽??霽B | 001111110011111111101000110001110011111100111111111010001100011101000010 | 3f3fe8c73f3fe8c742 |
EUC-JP | ??霽??霽B | 001111110011111111110000110010010011111100111111111100001100100101000010 | 3f3ff0c93f3ff0c942 |
UTF-8 | 롗렋霽롗렋霽B | 11101011101000011001011111101011101000001000101111101001100111001011110111101011101000011001011111101011101000001000101111101001100111001011110101000010 | eba197eba08be99cbdeba197eba08be99cbd42 |
UHC | 롗렋霽롗렋霽B | 10001110110110111000111010100010111100001011100010001110110110111000111010100010111100001011100001000010 | 8edb8ea2f0b88edb8ea2f0b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)