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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 永る?陰 | 10001001011010011000001011101001001111111000100101000001 | 896982e93f8941 |
EUC-JP | 永る?陰 | 10110001110010101010010011101011001111111011000110100010 | b1caa4eb3fb1a2 |
UTF-8 | 永る뎿陰 | 111001101011000010111000111000111000001010001011111010111000111010111111111010011001100110110000 | e6b0b8e3828beb8ebfe999b0 |
UHC | 永る뎿陰 | 1110011110110101101010101110101110001001100100101110101111100100 | e7b5aaeb8992ebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)