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 | ??????cZ | 0011111100111111001111110011111100111111001111110110001101011010 | 3f3f3f3f3f3f635a |
SJIS-WIN | ??????cZ | 0011111100111111001111110011111100111111001111110110001101011010 | 3f3f3f3f3f3f635a |
EUC-JP | ??????cZ | 0011111100111111001111110011111100111111001111110110001101011010 | 3f3f3f3f3f3f635a |
UTF-8 | 셔석셔섯셍섭cZ | 1110110010000101100101001110110010000100100111011110110010000101100101001110110010000100101011111110110010000101100011011110110010000100101011010110001101011010 | ec8594ec849dec8594ec84afec858dec84ad635a |
UHC | 셔석셔섯셍섭cZ | 1011110011000101101111001010111010111100110001011011110010111000101111001100010010111100101101110110001101011010 | bcc5bcaebcc5bcb8bcc4bcb7635a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)