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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 菫ョ讀 | 1110010010111111101011101110011010100100 | e4bfaee6a4 |
EUC-JP | 菫ョ讀 | 111010001100000110001110101011101110110010100110 | e8c18eaeeca6 |
UTF-8 | 菫ョ讀 | 111010001000111110101011111011111011110110101110111010001010111010000000 | e88fabefbdaee8ae80 |
UHC | 菫?讀 | 1101000011001011001111111101010011000001 | d0cb3fd4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)