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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 紆偉誌織莪 | 11100010111111001000100011001100100011101000111110010000010001001110010010101110 | e2fc88cc8e8f9044e4ae |
EUC-JP | 紆偉誌織莪 | 11100100111111101011000011001110101110111110111110111111101001011110100010110000 | e4feb0cebbefbfa5e8b0 |
UTF-8 | 紆偉誌織莪 | 111001111011010010000110111001011000000110001001111010001010101010001100111001111011100110010100111010001000111010101010 | e7b486e58189e8aa8ce7b994e88eaa |
UHC | 紆偉誌織莪 | 11101001111000011110101011001001111100101011110011110010110001001110010010110101 | e9e1eac9f2bcf2c4e4b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)