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 | ?????nB | 00111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f6e42 |
SJIS-WIN | 鬢俯」狩庄nB | 1110100110100100100110001110101110100011100011101110101110001111101011110110111001000010 | e9a498eba38eeb8faf6e42 |
EUC-JP | 鬢俯」狩庄nB | 111100101010011011010000111011011000111010100011101111001110110110111110101100010110111001000010 | f2a6d0ed8ea3bcedbeb16e42 |
UTF-8 | 鬢俯」狩庄nB | 1110100110101100101000101110010010111111101011111110111110111101101000111110011110001011101010011110010110111010100001000110111001000010 | e9aca2e4bfafefbda3e78ba9e5ba846e42 |
UHC | ?俯?狩庄nB | 00111111110111001111011000111111111000101010110111101101111001000110111001000010 | 3fdcf63fe2adede46e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)