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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?ぁ枇お? | 0011111110000010100111111001010011111000100000101010100000111111 | 3f829f94f882a83f |
EUC-JP | ?ぁ枇お? | 0011111110100100101000011100100011111010101001001010101000111111 | 3fa4a1c8faa4aa3f |
UTF-8 | 룵ぁ枇お룫 | 111010111010001110110101111000111000000110000001111001101001111010000111111000111000000110001010111010111010001110101011 | eba3b5e38181e69e87e3818aeba3ab |
UHC | 룵ぁ枇お룫 | 10001111101010101010101010100001110111011110110110101010101010101000111110100010 | 8faaaaa1ddedaaaa8fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)