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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 庸????? | 10010111011001100011111100111111001111110011111100111111 | 97663f3f3f3f3f |
EUC-JP | 庸??堉?? | 110011011100011100111111001111111000111110110111111111010011111100111111 | cdc73f3f8fb7fd3f3f |
UTF-8 | 庸뉗룇堉싨에 | 111001011011101010111000111010111000100110010111111010111010001110000111111001011010000010001001111011001000101110101000111011001001011110010000 | e5bab8eb8997eba387e5a089ec8ba8ec9790 |
UHC | 庸뉗룇堉싨에 | 111010011011110010000111111011001000111110000110111010111011110010011010111001101011111110100001 | e9bc87ec8f86ebbc9ae6bfa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)