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 | 幽亘??? | 10010111010010001001100001101010001111110011111100111111 | 9748986a3f3f3f |
EUC-JP | 幽亘??? | 11001101101010011100111111001011001111110011111100111111 | cda9cfcb3f3f3f |
UTF-8 | 幽亘렭흔롛 | 111001011011100110111101111001001011101010011000111010111010000010101101111011011001110110010100111010111010000110011011 | e5b9bde4ba98eba0aded9d94eba19b |
UHC | 幽亘렭흔롛 | 11101010111010111101000011100110100011101011101011001000111001111000111011011111 | eaebd0e68ebac8e78edf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)