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 | 洩紆紆 | 100010010110101111100010111111001110001011111100 | 896be2fce2fc |
EUC-JP | 洩紆紆 | 101100011100110011100100111111101110010011111110 | b1cce4fee4fe |
UTF-8 | 洩紆紆 | 111001101011010010101001111001111011010010000110111001111011010010000110 | e6b4a9e7b486e7b486 |
UHC | 洩紆紆 | 111000001101110111101001111000011110100111100001 | e0dde9e1e9e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)