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ì±PB | 111011001011000110000100010100001110110010110001100001000101000001000010 | ecb18450ecb1845042 |
SJIS-WIN | ?±?P?±?PB | 0011111110000001011111010011111101010000001111111000000101111101001111110101000001000010 | 3f817d3f503f817d3f5042 |
EUC-JP | ì±?Pì±?PB | 100011111010101111000000101000011101111000111111010100001000111110101011110000001010000111011110001111110101000001000010 | 8fabc0a1de3f508fabc0a1de3f5042 |
UTF-8 | ì±Pì±PB | 110000111010110011000010101100011100001010000100010100001100001110101100110000101011000111000010100001000101000001000010 | c3acc2b1c28450c3acc2b1c2845042 |
UHC | ?±?P?±?PB | 0011111110100001101111100011111101010000001111111010000110111110001111110101000001000010 | 3fa1be3f503fa1be3f5042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)