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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 臾?ぞ維?Л | 11100100011010110011111110000010101111001000100011011011001111111000010001001100 | e46b3f82bc88db3f844c |
EUC-JP | 臾?ぞ維?Л | 11100111110011000011111110100100101111101011000011011101001111111010011110101101 | e7cc3fa4beb0dd3fa7ad |
UTF-8 | 臾곕ぞ維쀫Л | 1110100010000111101111101110101010110011100101011110001110000001100111101110011110110110101011011110110010000000101010111101000010011011 | e887beeab395e3819ee7b6adec80abd09b |
UHC | 臾곕ぞ維쀫Л | 111010111010110010110000111010111010101010111110111010111010101110010111111010111010110010101101 | ebacb0ebaabeebab97ebacad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)