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 | ヤュムエホ籘 | 11010100101011011101000110110100110011101110001011011010 | d4add1b4cee2da |
EUC-JP | ヤュムエホ籘 | 100011101101010010001110101011011000111011010001100011101011010010001110110011101110010011011100 | 8ed48ead8ed18eb48ecee4dc |
UTF-8 | ヤュムエホ籘 | 111011111011111010010100111011111011110110101101111011111011111010010001111011111011110110110100111011111011111010001110111001111011000110011000 | efbe94efbdadefbe91efbdb4efbe8ee7b198 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)