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 | ラョハ鋕シ | 110101111010111011001010111110111101010010111100 | d7aecafbd4bc |
EUC-JP | ラョハ鋕シ | 1000111011010111100011101010111010001110110010101000111111100100110000001000111010111100 | 8ed78eae8eca8fe4c08ebc |
UTF-8 | ラョハ鋕シ | 111011111011111010010111111011111011110110101110111011111011111010001010111010011000101110010101111011111011110110111100 | efbe97efbdaeefbe8ae98b95efbdbc |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)