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 | 析昻眈善洩 | 10010000110011011111101011010000111000011011110010010001010100001000100101101011 | 90cdfad0e1bc9150896b |
EUC-JP | 析?眈善洩 | 110000001100111100111111111000101011111011000001101100011011000111001100 | c0cf3fe2bec1b1b1cc |
UTF-8 | 析昻眈善洩 | 111001101001111010010000111001101001100010111011111001111001110010001000111001011001011010000100111001101011010010101001 | e69e90e698bbe79c88e59684e6b4a9 |
UHC | 析昻眈善洩 | 11100000101100001110010011101001111101111010111111100000101111001110000011011101 | e0b0e4e9f7afe0bce0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)