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 | 胼濠犠 | 111001000100010110001101100010101000101101011101 | e4458d8a8b5d |
EUC-JP | 胼濠犠 | 111001111010011010111001111010101011010110111110 | e7a6b9eab5be |
UTF-8 | 胼濠犠 | 111010001000001110111100111001101011111110100000111001111000101010100000 | e883bce6bfa0e78aa0 |
UHC | ?濠? | 00111111111110111100110000111111 | 3ffbcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)