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 | ???q???q^ | 001111110011111100111111011100010011111100111111001111110111000101011110 | 3f3f3f713f3f3f715e |
SJIS-WIN | ???q???q^ | 001111110011111100111111011100010011111100111111001111110111000101011110 | 3f3f3f713f3f3f715e |
EUC-JP | ???q???q^ | 001111110011111100111111011100010011111100111111001111110111000101011110 | 3f3f3f713f3f3f715e |
UTF-8 | 혨횒혵q혨횒혵q^ | 111011011001100010101000111011011001101010010010111011011001100010110101011100011110110110011000101010001110110110011010100100101110110110011000101101010111000101011110 | ed98a8ed9a92ed98b571ed98a8ed9a92ed98b5715e |
UHC | 혨횒혵q혨횒혵q^ | 110000101001000011000011100011011100001010011100011100011100001010010000110000111000110111000010100111000111000101011110 | c290c38dc29c71c290c38dc29c715e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)