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 | 勇?8泣e | 100101110100010100111111100000100101011110001011100000111000001010000101 | 97453f82578b838285 |
EUC-JP | 勇?8泣e | 110011011010011000111111101000111011100010110101111000111010001111100101 | cda63fa3b8b5e3a3e5 |
UTF-8 | 勇싲8泣e | 111001011000101110000111111011001000101110110010111011111011110010011000111001101011001110100011111011111011110110000101 | e58b87ec8bb2efbc98e6b3a3efbd85 |
UHC | 勇싲8泣e | 11101001101110001001101011101011101000111011100011101011111010001010001111100101 | e9b89aeba3b8ebe8a3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)