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 | 馨??艶?? | 1000101001011101001111110011111110001001100100000011111100111111 | 8a5d3f3f89903f3f |
EUC-JP | 馨??艶?? | 1011001110111110001111110011111110110001111100000011111100111111 | b3be3f3fb1f03f3f |
UTF-8 | 馨됳궕艶쀮맆 | 111010011010011010101000111010111001000010110011111010101011011010010101111010001000100110110110111011001000000010101110111010111010011110000110 | e9a6a8eb90b3eab695e889b6ec80aeeba786 |
UHC | 馨됳궕艶쀮맆 | 111110111011000010001001111011101000001010101010111001101111110110010111111011101001000010100000 | fbb089ee82aae6fd97ee90a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)