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 | 涅∽Ⅱ | 100111111011100010000001111001001000011101010101 | 9fb881e48755 |
EUC-JP | 涅∽? | 1101111010111010101000101110011000111111 | debaa2e63f |
UTF-8 | 涅∽Ⅱ | 111001101011011010000101111000101000100010111101111000101000010110100001 | e6b685e288bde285a1 |
UHC | 涅∽Ⅱ | 111001101110111010100001111011111010010110110001 | e6eea1efa5b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)