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 | 箚筱☆ | 111000101011001011100010101010101000000110011001 | e2b2e2aa8199 |
EUC-JP | 箚筱☆ | 111001001011010011100100101011001010000111111001 | e4b4e4aca1f9 |
UTF-8 | 箚筱☆ | 111001111010111010011010111001111010110110110001111000101001100010000110 | e7ae9ae7adb1e29886 |
UHC | 箚?☆ | 1111001110110000001111111010000111011001 | f3b03fa1d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)