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 | 몤腕몤 | 111010111010101010100100111010001000010110010101111010111010101010100100 | ebaaa4e88595ebaaa4 |
UHC | 몤腕몤 | 100100011001001011101000110100111001000110010010 | 9192e8d39192 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)