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 | ?珍? | 00111111100100101011111100111111 | 3f92bf3f |
EUC-JP | ?珍? | 00111111110001001100000100111111 | 3fc4c13f |
UTF-8 | 앓珍롘 | 111011001001010110010011111001111000111110001101111010111010000110011000 | ec9593e78f8deba198 |
UHC | 앓珍롘 | 101111101100111011110010110100101000111011011100 | becef2d28edc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)