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 | 町孟??梓 | 1001001010101100100101101101000000111111001111111000100010110010 | 92ac96d03f3f88b2 |
EUC-JP | 町孟??梓 | 1100010010101110110011001101001000111111001111111011000010110100 | c4aeccd23f3fb0b4 |
UTF-8 | 町孟렟렫梓 | 111001111001010010111010111001011010110110011111111010111010000010011111111010111010000010101011111001101010001010010011 | e794bae5ad9feba09feba0abe6a293 |
UHC | 町孟렟렫梓 | 11101111111010111101100011101011100011101011000010001110101110011110111010101001 | efebd8eb8eb08eb9eea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)