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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 吾??獄? | 10001100111000010011111100111111100011011001011000111111 | 8ce13f3f8d963f |
EUC-JP | 吾??獄? | 10111000111000110011111100111111101110011111011000111111 | b8e33f3fb9f63f |
UTF-8 | 吾롨릮獄퇑 | 111001011001000010111110111010111010000110101000111010111010011010101110111001111000110110000100111011011000011110010001 | e590beeba1a8eba6aee78d84ed8791 |
UHC | 吾롨릮獄퇑 | 11100111111011101000111011101000100100001000111011101000101010111011100001000010 | e7ee8ee8908ee8abb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)