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 | 瓮??節ф? | 111000010100010000111111001111111001000011011111100001001000011000111111 | e1443f3f90df84863f |
EUC-JP | 瓮??節ф? | 111000011010010100111111001111111100000011100001101001111110011000111111 | e1a53f3fc0e1a7e63f |
UTF-8 | 瓮잒눆節ф씍 | 1110011110010011101011101110110010011110100100101110101110001000100001101110011110101111100000001101000110000100111011001001010010001101 | e793aeec9e92eb8886e7af80d184ec948d |
UHC | 瓮잒눆節ф씍 | 111010001011011110011111111010001000011110100101111011111011110110101100111001101001110110100100 | e8b79fe887a5efbdace69da4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)