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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 彫臀? | 1001001010100100111001000101110000111111 | 92a4e45c3f |
EUC-JP | 彫臀? | 1100010010100110111001111011110100111111 | c4a6e7bd3f |
UTF-8 | 彫臀리 | 111001011011110110101011111010001000011110000000111010111010011010101100 | e5bdabe88780eba6ac |
UHC | 彫臀리 | 111100001100000111010100111010111011100010101110 | f0c1d4ebb8ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)