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 | 禹肆? | 1110001001011010111000111110011000111111 | e25ae3e63f |
EUC-JP | 禹肆? | 1110001110111011111001101110100000111111 | e3bbe6e83f |
UTF-8 | 禹肆렜 | 111001111010011010111001111010001000001010000110111010111010000010011100 | e7a6b9e88286eba09c |
UHC | 禹肆렜 | 111010011110000011011110111010111000111010101110 | e9e0deeb8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)