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 | 辿息蔵 | 100100100100100010010001101001111001000110100000 | 924891a791a0 |
EUC-JP | 辿息蔵 | 110000111010100111000010101010011100001010100010 | c3a9c2a9c2a2 |
UTF-8 | 辿息蔵 | 111010001011111010111111111001101000000110101111111010001001010010110101 | e8bebfe681afe894b5 |
UHC | ?息? | 00111111111000111101001100111111 | 3fe3d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)