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 | 鴦????? | 11101001111100010011111100111111001111110011111100111111 | e9f13f3f3f3f3f |
EUC-JP | 鴦????? | 11110010111100110011111100111111001111110011111100111111 | f2f33f3f3f3f3f |
UTF-8 | 鴦꾨똻六밥풌 | 111010011011010010100110111010101011111010101000111010111001100010111011111011111010011110010001111010111011000010100101111011011001001010001100 | e9b4a6eabea8eb98bbefa791ebb0a5ed928c |
UHC | 鴦꾨똻六밥풌 | 111001001110110010000100111010111000110010000001111010111011101110111001111001001011111010010001 | e4ec84eb8c81ebbbb9e4be91 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)