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 | ?腕? | 00111111100110000111001000111111 | 3f98723f |
EUC-JP | ?腕? | 00111111110011111101001100111111 | 3fcfd33f |
UTF-8 | 뫎腕뫎 | 111010111010101110001110111010001000010110010101111010111010101110001110 | ebab8ee88595ebab8e |
UHC | 뫎腕뫎 | 100100011011000011101000110100111001000110110000 | 91b0e8d391b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)