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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 第絲?窩? | 1001000111100110111000110100111000111111111000100111110000111111 | 91e6e34e3fe27c3f |
EUC-JP | 第絲?窩? | 1100001011101000111001011010111100111111111000111101110100111111 | c2e8e5af3fe3dd3f |
UTF-8 | 第絲ㄷ窩렚 | 111001111010110010101100111001111011010110110010111000111000010010110111111001111010101010101001111010111010000010011010 | e7acace7b5b2e384b7e7aaa9eba09a |
UHC | 第絲ㄷ窩렚 | 11110000101011111101111011101010101001001010011111101000110000001000111010101101 | f0afdeeaa4a7e8c08ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)