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 | 庸?(??┏ | 100101110110011000111111100000010110100100111111001111111000010010101100 | 97663f81693f3f84ac |
EUC-JP | 庸?(堉?┏ | 1100110111000111001111111010000111001010100011111011011111111101001111111010100010101110 | cdc73fa1ca8fb7fd3fa8ae |
UTF-8 | 庸뉖(堉삥┏ | 111001011011101010111000111010111000100110010110111011111011110010001000111001011010000010001001111011001000001010100101111000101001010010001111 | e5bab8eb8996efbc88e5a089ec82a5e2948f |
UHC | 庸뉖(堉삥┏ | 111010011011110010000111111010111010001110101000111010111011110010111011111001101010011010101110 | e9bc87eba3a8ebbcbbe6a6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)