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 | 胼濠慣 | 111001000100010110001101100010101000101010110101 | e4458d8a8ab5 |
EUC-JP | 胼濠慣 | 111001111010011010111001111010101011010010110111 | e7a6b9eab4b7 |
UTF-8 | 胼濠慣 | 111010001000001110111100111001101011111110100000111001101000010110100011 | e883bce6bfa0e685a3 |
UHC | ?濠慣 | 0011111111111011110011001100111010110001 | 3ffbccceb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)