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 | ?舍莖? | 001111111110010001110001111001001011000100111111 | 3fe471e4b13f |
EUC-JP | ?舍莖? | 001111111110011111010010111010001011001100111111 | 3fe7d2e8b33f |
UTF-8 | 뤵舍莖퀯 | 111010111010010010110101111010001000100010001101111010001000111010010110111011011000000010101111 | eba4b5e8888de88e96ed80af |
UHC | 뤵舍莖퀯 | 1000111111100011110111101110110011001100111011001011010001000010 | 8fe3deecccecb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)