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 | 漬肆? | 1001001011010000111000111110011000111111 | 92d0e3e63f |
EUC-JP | 漬肆? | 1100010011010010111001101110100000111111 | c4d2e6e83f |
UTF-8 | 漬肆리 | 111001101011110010101100111010001000001010000110111010111010011010101100 | e6bcace88286eba6ac |
UHC | 漬肆리 | 111100101011000011011110111010111011100010101110 | f2b0deebb8ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)