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 | 胡?? | 10001100110100110011111100111111 | 8cd33f3f |
EUC-JP | 胡?? | 10111000110101010011111100111111 | b8d53f3f |
UTF-8 | 胡쾡렒 | 111010001000001110100001111011001011111010100001111010111010000010010010 | e883a1ecbea1eba092 |
UHC | 胡쾡렒 | 111110111101011111000100111010011000111010100111 | fbd7c4e98ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)