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 | ???杵? | 001111110011111100111111100010110110111000111111 | 3f3f3f8b6e3f |
EUC-JP | ???杵? | 001111110011111100111111101101011100111100111111 | 3f3f3fb5cf3f |
UTF-8 | 앓렫렰杵렿 | 111011001001010110010011111010111010000010101011111010111010000010110000111001101001110110110101111010111010000010111111 | ec9593eba0abeba0b0e69db5eba0bf |
UHC | 앓렫렰杵렿 | 10111110110011101000111010111001100011101011110111101110101111101000111011000111 | bece8eb98ebdeebe8ec7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)