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 | 嘆単村袖 | 1001001001010001100100100101000010010001101110101001000110110011 | 9251925091ba91b3 |
EUC-JP | 嘆単村袖 | 1100001110110010110000111011000111000010101111001100001010110101 | c3b2c3b1c2bcc2b5 |
UTF-8 | 嘆単村袖 | 111001011001100010000110111001011000110110011000111001101001110110010001111010001010001010010110 | e59886e58d98e69d91e8a296 |
UHC | 嘆?村袖 | 11110111101000110011111111110101101111011110001011000000 | f7a33ff5bde2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)