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 | 箚筱弸 | 111000101011001011100010101010101001110001011001 | e2b2e2aa9c59 |
EUC-JP | 箚筱弸 | 111001001011010011100100101011001101011110111010 | e4b4e4acd7ba |
UTF-8 | 箚筱弸 | 111001111010111010011010111001111010110110110001111001011011110010111000 | e7ae9ae7adb1e5bcb8 |
UHC | 箚?? | 11110011101100000011111100111111 | f3b03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)