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 | ?ヨ?硫 | 001111111000001110001000001111111001011110110000 | 3f83883f97b0 |
EUC-JP | ?ヨ紈硫 | 0011111110100101111010001000111111010011110011011100111010110010 | 3fa5e88fd3cdceb2 |
UTF-8 | 뤵ヨ紈硫 | 111010111010010010110101111000111000001110101000111001111011010010001000111001111010000110101011 | eba4b5e383a8e7b488e7a1ab |
UHC | 뤵ヨ紈硫 | 1000111111100011101010111110100011111100101111001101011110111100 | 8fe3abe8fcbcd7bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)