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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鴨洩鴨洩B | 100010101001101110001001011010111000101010011011100010010110101101000010 | 8a9b896b8a9b896b42 |
EUC-JP | 鴨洩鴨洩B | 101100111111101110110001110011001011001111111011101100011100110001000010 | b3fbb1ccb3fbb1cc42 |
UTF-8 | 鴨洩鴨洩B | 11101001101101001010100011100110101101001010100111101001101101001010100011100110101101001010100101000010 | e9b4a8e6b4a9e9b4a8e6b4a942 |
UHC | 鴨洩鴨洩B | 111001001110010111100000110111011110010011100101111000001101110101000010 | e4e5e0dde4e5e0dd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)