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 | 胄上虻 | 111000111111001010001111111000111000100010111000 | e3f28fe388b8 |
EUC-JP | 胄上虻 | 111001101111010010111110111001011011000010111010 | e6f4bee5b0ba |
UTF-8 | 胄上虻 | 111010001000001110000100111001001011100010001010111010001001100110111011 | e88384e4b88ae899bb |
UHC | 胄上? | 1111000110110000110111111011111000111111 | f1b0dfbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)