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 | ??屑橈 | 001111110011111110001011111110111001111011110100 | 3f3f8bfb9ef4 |
EUC-JP | ??屑橈 | 001111110011111110110110111111011101110011110110 | 3f3fb6fddcf6 |
UTF-8 | 쐛숷屑橈 | 111011001001000010011011111011001000100010110111111001011011000110010001111001101010100110001000 | ec909bec88b7e5b191e6a988 |
UHC | 쐛숷屑橈 | 1001110010000001100110100100110011100000110110101110100011111010 | 9c819a4ce0dae8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)