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 | 100010011000100111100111101100101000100110001001111001111011001001000010 | 8989e7b28989e7b242 |
EUC-JP | 演邊演邊B | 101100011110100111101110101101001011000111101001111011101011010001000010 | b1e9eeb4b1e9eeb442 |
UTF-8 | 演邊演邊B | 11100110101111001001010011101001100000101000101011100110101111001001010011101001100000101000101001000010 | e6bc94e9828ae6bc94e9828a42 |
UHC | 演邊演邊B | 111001101101000111011100101010111110011011010001110111001010101101000010 | e6d1dcabe6d1dcab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)