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 | E¼E¼B | 100100100100010110010001101111001001001001000101100100011011110001000010 | 924591bc924591bc42 |
SJIS-WIN | ?E???E??B | 001111110100010100111111001111110011111101000101001111110011111101000010 | 3f453f3f3f453f3f42 |
EUC-JP | ?E???E??B | 001111110100010100111111001111110011111101000101001111110011111101000010 | 3f453f3f3f453f3f42 |
UTF-8 | E¼E¼B | 110000101001001001000101110000101001000111000010101111001100001010010010010001011100001010010001110000101011110001000010 | c29245c291c2bcc29245c291c2bc42 |
UHC | ?E?¼?E?¼B | 0011111101000101001111111010100011111001001111110100010100111111101010001111100101000010 | 3f453fa8f93f453fa8f942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)