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 | ??泄橈 | 001111110011111110011111100101011001111011110100 | 3f3f9f959ef4 |
EUC-JP | ??泄橈 | 001111110011111111011101111101011101110011110110 | 3f3fddf5dcf6 |
UTF-8 | 숣숷泄橈 | 111011001000100010100011111011001000100010110111111001101011001110000100111001101010100110001000 | ec88a3ec88b7e6b384e6a988 |
UHC | 숣숷泄橈 | 1001100111111110100110100100110011100000110111001110100011111010 | 99fe9a4ce0dce8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)