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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?孩秘? | 001111111001101101110111100101001110100100111111 | 3f9b7794e93f |
EUC-JP | ?孩秘? | 001111111101010111011000110010001110101100111111 | 3fd5d8c8eb3f |
UTF-8 | 뤗孩秘巢 | 111010111010010010010111111001011010110110101001111001111010011110011000111001011011011110100010 | eba497e5ada9e7a798e5b7a2 |
UHC | 뤗孩秘巢 | 1000111111000111111110101010100111011101111110101110000110110101 | 8fc7faa9ddfae1b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)