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 | 箚筱m | 111000101011001011100010101010101000001010001101 | e2b2e2aa828d |
EUC-JP | 箚筱m | 111001001011010011100100101011001010001111101101 | e4b4e4aca3ed |
UTF-8 | 箚筱m | 111001111010111010011010111001111010110110110001111011111011110110001101 | e7ae9ae7adb1efbd8d |
UHC | 箚?m | 1111001110110000001111111010001111101101 | f3b03fa3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)