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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 茁??只? | 11111011100100110011111100111111100100011111110000111111 | fb933f3f91fc3f |
EUC-JP | 茁??只? | 1000111111010111110111100011111100111111110000101111111000111111 | 8fd7de3f3fc2fe3f |
UTF-8 | 茁흔특只렑 | 111010001000110010000001111011011001110110010100111011011000101010111001111001011000111110101010111010111010000010010001 | e88c81ed9d94ed8ab9e58faaeba091 |
UHC | 茁흔특只렑 | 11110001111010001100100011100111110001101010111111110001111111101000111010100110 | f1e8c8e7c6aff1fe8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)