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 | 幽冀??? | 10010111010010001001100101100010001111110011111100111111 | 974899623f3f3f |
EUC-JP | 幽冀??? | 11001101101010011101000111000011001111110011111100111111 | cda9d1c33f3f3f |
UTF-8 | 幽冀렑쇘롛 | 111001011011100110111101111001011000011010000000111010111010000010010001111011001000011110011000111010111010000110011011 | e5b9bde58680eba091ec8798eba19b |
UHC | 幽冀렑쇘롛 | 11101010111010111101000011101101100011101010011010111100111001111000111011011111 | eaebd0ed8ea6bce78edf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)