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 | 屍若?田 | 10001110011100101000111011100001001111111001001101100011 | 8e728ee13f9363 |
EUC-JP | 屍若?田 | 10111011110100111011110011100011001111111100010111000100 | bbd3bce33fc5c4 |
UTF-8 | 屍若하田 | 111001011011000110001101111010001000101110100101111011011001010110011000111001111001010010110000 | e5b18de88ba5ed9598e794b0 |
UHC | 屍若하田 | 1110001110111011111001011011010011000111110011111110111110100011 | e3bbe5b4c7cfefa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)