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 | 寤ν?? | 100110111000100010000011110010110011111100111111 | 9b8883cb3f3f |
EUC-JP | 寤ν?? | 110101011110100010100110110011010011111100111111 | d5e8a6cd3f3f |
UTF-8 | 寤ν룼樂 | 1110010110101111101001001100111010111101111010111010001110111100111011111010011010111111 | e5afa4cebdeba3bcefa6bf |
UHC | 寤ν룼樂 | 1110011111110101101001011110110110001111101011101110100011111001 | e7f5a5ed8faee8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)