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 | 庸??油?? | 1001011101100110001111110011111110010110111110110011111100111111 | 97663f3f96fb3f3f |
EUC-JP | 庸??油?? | 1100110111000111001111110011111111001100111111010011111100111111 | cdc73f3fccfd3f3f |
UTF-8 | 庸뉗렲油띴풚 | 111001011011101010111000111010111000100110010111111010111010000010110010111001101011001010111001111010111001110110110100111011011001001010011010 | e5bab8eb8997eba0b2e6b2b9eb9db4ed929a |
UHC | 庸뉗렲油띴풚 | 111010011011110010000111111011001000111010111111111010101111101010001101111001001011111010011101 | e9bc87ec8ebfeafa8de4be9d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)