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 | 揄?┝ | 1001110110001001001111111000010010111010 | 9d893f84ba |
EUC-JP | 揄?┝ | 1101100111101001001111111010100010111100 | d9e93fa8bc |
UTF-8 | 揄븝┝ | 111001101000111110000100111010111011100010011101111000101001010010011101 | e68f84ebb89de2949d |
UHC | 揄븝┝ | 111010101111000110111010111011111010011010111100 | eaf1baefa6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)