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 | ???亥? | 001111110011111100111111100010001110010100111111 | 3f3f3f88e53f |
EUC-JP | 澔??亥? | 1000111111001000111011000011111100111111101100001110011100111111 | 8fc8ec3f3fb0e73f |
UTF-8 | 澔멸ㅆ亥렑 | 111001101011111010010100111010111010100110111000111000111000010110000110111001001011101010100101111010111010000010010001 | e6be94eba9b8e38586e4baa5eba091 |
UHC | 澔멸ㅆ亥렑 | 11111011110010111011100011101010101001001011011011111010101001001000111010100110 | fbcbb8eaa4b6faa48ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)