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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?罌販B | 001111111110001110100000100101001100110001000010 | 3fe3a094cc42 |
EUC-JP | ?罌販B | 001111111110011010100010110010001100111001000010 | 3fe6a2c8ce42 |
UTF-8 | 룵罌販B | 11101011101000111011010111100111101111011000110011101000101100101010100101000010 | eba3b5e7bd8ce8b2a942 |
UHC | 룵罌販B | 10001111101010101110010110100010111101111111110001000010 | 8faae5a2f7fc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)