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???P^ | 001111110011111100111111010100000011111100111111001111110101000001011110 | 3f3f3f503f3f3f505e |
SJIS-WIN | ???P???P^ | 001111110011111100111111010100000011111100111111001111110101000001011110 | 3f3f3f503f3f3f505e |
EUC-JP | ???P???P^ | 001111110011111100111111010100000011111100111111001111110101000001011110 | 3f3f3f503f3f3f505e |
UTF-8 | 혨쨔혩P혨쨔혩P^ | 111011011001100010101000111011001010100010010100111011011001100010101001010100001110110110011000101010001110110010101000100101001110110110011000101010010101000001011110 | ed98a8eca894ed98a950ed98a8eca894ed98a9505e |
UHC | 혨쨔혩P혨쨔혩P^ | 110000101001000011000010101110011100001010010001010100001100001010010000110000101011100111000010100100010101000001011110 | c290c2b9c29150c290c2b9c291505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)