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 | ???e | 00111111001111110011111101100101 | 3f3f3f65 |
SJIS-WIN | 牙??e | 1000100111100101001111110011111101100101 | 89e53f3f65 |
EUC-JP | 牙??e | 1011001011100111001111110011111101100101 | b2e73f3f65 |
UTF-8 | 牙뒒뢑e | 11100111100010011001100111101011100100101001001011101011101000101001000101100101 | e78999eb9292eba29165 |
UHC | 牙뒒뢑e | 11100100101100111000101010001111100011110100110001100101 | e4b38a8f8f4c65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)