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 | ???礪 | 0011111100111111001111111110000111101000 | 3f3f3fe1e8 |
EUC-JP | ???礪 | 0011111100111111001111111110001011101010 | 3f3f3fe2ea |
UTF-8 | 뤶퓥댔礪 | 111010111010010010110110111011011001001110100101111010111000110010010100111001111010010010101010 | eba4b6ed93a5eb8c94e7a4aa |
UHC | 뤶퓥댔礪 | 1000111111100100101111111000111010110100111100101101010111101100 | 8fe4bf8eb4f2d5ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)