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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | ?惺頌] | 001111111001110010110111111010001111000101011101 | 3f9cb7e8f15d |
EUC-JP | ?惺頌] | 001111111101100010111001111100001111001101011101 | 3fd8b9f0f35d |
UTF-8 | 뺲惺頌] | 11101011101110101011001011100110100000111011101011101001101000001000110001011101 | ebbab2e683bae9a08c5d |
UHC | 뺲惺頌] | 10010101111110011110000011110110111000011110101101011101 | 95f9e0f6e1eb5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)