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 | ??}Y??}bE | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | 扼?}Y扼?}bE | 1001110101001110001111110111110101011001100111010100111000111111011111010110001001000101 | 9d4e3f7d599d4e3f7d6245 |
EUC-JP | 扼?}Y扼?}bE | 1101100110101111001111110111110101011001110110011010111100111111011111010110001001000101 | d9af3f7d59d9af3f7d6245 |
UTF-8 | 扼줆}Y扼줆}bE | 1110011010001001101111001110110010100100100001100111110101011001111001101000100110111100111011001010010010000110011111010110001001000101 | e689bceca4867d59e689bceca4867d6245 |
UHC | 扼줆}Y扼줆}bE | 11100100111110011100000111011011011111010101100111100100111110011100000111011011011111010110001001000101 | e4f9c1db7d59e4f9c1db7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)