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 | 뭷腕뭷 | 111010111010110110110111111010001000010110010101111010111010110110110111 | ebadb7e88595ebadb7 |
UHC | 뭷腕뭷 | 100100101000011011101000110100111001001010000110 | 9286e8d39286 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)