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 | ??????J^ | 0011111100111111001111110011111100111111001111110100101001011110 | 3f3f3f3f3f3f4a5e |
SJIS-WIN | ??????J^ | 0011111100111111001111110011111100111111001111110100101001011110 | 3f3f3f3f3f3f4a5e |
EUC-JP | ??????J^ | 0011111100111111001111110011111100111111001111110100101001011110 | 3f3f3f3f3f3f4a5e |
UTF-8 | 셍센셍셉셔센J^ | 1110110010000101100011011110110010000100101111001110110010000101100011011110110010000101100010011110110010000101100101001110110010000100101111000100101001011110 | ec858dec84bcec858dec8589ec8594ec84bc4a5e |
UHC | 셍센셍셉셔센J^ | 1011110011000100101111001011111010111100110001001011110011000001101111001100010110111100101111100100101001011110 | bcc4bcbebcc4bcc1bcc5bcbe4a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)