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 | ??P????^ | 0011111100111111010100000011111100111111001111110011111101011110 | 3f3f503f3f3f3f5e |
SJIS-WIN | ??P????^ | 0011111100111111010100000011111100111111001111110011111101011110 | 3f3f503f3f3f3f5e |
EUC-JP | ??P????^ | 0011111100111111010100000011111100111111001111110011111101011110 | 3f3f503f3f3f3f5e |
UTF-8 | 셔섹P셍렯렼선^ | 1110110010000101100101001110110010000100101110010101000011101100100001011000110111101011101000001010111111101011101000001011110011101100100001001010000001011110 | ec8594ec84b950ec858deba0afeba0bcec84a05e |
UHC | 셔섹P셍렯렼선^ | 1011110011000101101111001011110101010000101111001100010010001110101111001000111011000100101111001011000101011110 | bcc5bcbd50bcc48ebc8ec4bcb15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)