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 | ???t^ | 0011111100111111001111110111010001011110 | 3f3f3f745e |
SJIS-WIN | ???t^ | 0011111100111111001111110111010001011110 | 3f3f3f745e |
EUC-JP | ???t^ | 0011111100111111001111110111010001011110 | 3f3f3f745e |
UTF-8 | 책짜짧t^ | 1110110010110001100001011110110010100111100111001110110010100111101001110111010001011110 | ecb185eca79ceca7a7745e |
UHC | 책짜짧t^ | 1100001110100101110000101010010111000010101010100111010001011110 | c3a5c2a5c2aa745e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)