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 | 鵝??嶸よ? | 111010100100000000111111001111111111101010110100100000101110011000111111 | ea403f3ffab482e63f |
EUC-JP | 鵝??嶸よ? | 11110011101000010011111100111111100011111011101111110100101001001110100000111111 | f3a13f3f8fbbf4a4e83f |
UTF-8 | 鵝녶컟嶸よ꽦 | 111010011011010110011101111010111000010110110110111011001011101110011111111001011011011010111000111000111000001010001000111010101011110110100110 | e9b59deb85b6ecbb9fe5b6b8e38288eabda6 |
UHC | 鵝녶컟嶸よ꽦 | 111001001011110110000110111001011011000010001010111001111010111010101010111010001000010010110001 | e4bd86e5b08ae7aeaae884b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)