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 | ??溶 | 00111111001111111001011101101110 | 3f3f976e |
EUC-JP | ??溶 | 00111111001111111100110111001111 | 3f3fcdcf |
UTF-8 | 쏂쎕溶 | 111011001000111110000010111011001000111010010101111001101011101010110110 | ec8f82ec8e95e6bab6 |
UHC | 쏂쎕溶 | 100110111110100010011011101111001110100111000001 | 9be89bbce9c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)