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 | ??戟賃 | 001111110011111110001100100000011001001011000000 | 3f3f8c8192c0 |
EUC-JP | ??戟賃 | 001111110011111110110111111000011100010011000010 | 3f3fb7e1c4c2 |
UTF-8 | 溜잭戟賃 | 111011111010011110001011111011001001111010101101111001101000100010011111111010001011001110000011 | efa78bec9eade6889fe8b383 |
UHC | 溜잭戟賃 | 1110101011111110110000001110100011010000101111011110110011111100 | eafec0e8d0bdecfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)