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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?胴倭? | 001111111001001110110111100110000110000000111111 | 3f93b798603f |
EUC-JP | ?胴倭? | 001111111100011010111001110011111100000100111111 | 3fc6b9cfc13f |
UTF-8 | 뤯胴倭띠 | 111010111010010010101111111010001000001110110100111001011000000010101101111010111001110110100000 | eba4afe883b4e580adeb9da0 |
UHC | 뤯胴倭띠 | 1000111111011101110101001101110011101000110111101011011011101100 | 8fddd4dce8deb6ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)