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 | 壯??邀?? | 1001101011100001001111110011111111100111101100010011111100111111 | 9ae13f3fe7b13f3f |
EUC-JP | 壯??邀?? | 1101010011100011001111110011111111101110101100110011111100111111 | d4e33f3feeb33f3f |
UTF-8 | 壯⑼풄邀랂쓤 | 111001011010001110101111111000101001000110111100111011011001001010000100111010011000001010000000111010111001111010000010111011001001001110100100 | e5a3afe291bced9284e98280eb9e82ec93a4 |
UHC | 壯⑼풄邀랂쓤 | 111011011110000010101001111011111011111010001100111010011010110110001101111011101001110110000101 | ede0a9efbe8ce9ad8dee9d85 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)