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 | ??脂? | 0011111100111111100011101000100100111111 | 3f3f8e893f |
EUC-JP | ??脂? | 0011111100111111101110111110100100111111 | 3f3fbbe93f |
UTF-8 | 料렰脂렊 | 111011111010011010111110111010111010000010110000111010001000010010000010111010111010000010001010 | efa6beeba0b0e88482eba08a |
UHC | 料렰脂렊 | 1110100011110111100011101011110111110010101101111000111010100001 | e8f78ebdf2b78ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)