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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 疇笞疇貉 | 1110000101100101111000101001101011100001011001011110011010111001 | e165e29ae165e6b9 |
EUC-JP | 疇笞疇貉 | 1110000111000110111000111111101011100001110001101110110010111011 | e1c6e3fae1c6ecbb |
UTF-8 | 疇笞疇貉 | 111001111001011010000111111001111010110010011110111001111001011010000111111010001011001010001001 | e79687e7ac9ee79687e8b289 |
UHC | 疇笞疇? | 11110001110000101111011111000010111100011100001000111111 | f1c2f7c2f1c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)