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 | 畏ф? | 1000100011011000100001001000011000111111 | 88d884863f |
EUC-JP | 畏ф? | 1011000011011010101001111110011000111111 | b0daa7e63f |
UTF-8 | 畏ф뼢 | 1110011110010101100011111101000110000100111010111011110010100010 | e7958fd184ebbca2 |
UHC | 畏ф뼢 | 111010001110011010101100111001101001011010100101 | e8e6ace696a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)