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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譯悌握 | 111001101010000110010010111011101000100010101100 | e6a192ee88ac |
EUC-JP | 譯悌握 | 111011001010001111000100111100001011000010101110 | eca3c4f0b0ae |
UTF-8 | 譯悌握 | 111010001010110110101111111001101000001010001100111001101000111110100001 | e8adafe6828ce68fa1 |
UHC | 譯悌握 | 111001101011101111110000101010101110010011000100 | e6bbf0aae4c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)