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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霎ソ魍育蜩雍 | 1110100010111110101111111110100110110001100010001110011111100101100100111110100010110100 | e8bebfe9b188e7e593e8b4 |
EUC-JP | 霎ソ魍育蜩雍 | 111100001100000010001110101111111111001010110011101100001110100111101001111100111111000010110110 | f0c08ebff2b3b0e9e9f3f0b6 |
UTF-8 | 霎ソ魍育蜩雍 | 111010011001110010001110111011111011110110111111111010011010110110001101111010001000001010110010111010001001110010101001111010011001101110001101 | e99c8eefbdbfe9ad8de882b2e89ca9e99b8d |
UHC | ???育?雍 | 0011111100111111001111111110101111000000001111111110100010111100 | 3f3f3febc03fe8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)