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 | 霑ッ蠎ュ蛟ケ | 111010001011111110101111111001011011101010101101111001011000000010111001 | e8bfafe5baade580b9 |
EUC-JP | 霑ッ蠎ュ蛟ケ | 111100001100000110001110101011111110101010111100100011101010110111101001111000001000111010111001 | f0c18eafeabc8eade9e08eb9 |
UTF-8 | 霑ッ蠎ュ蛟ケ | 111010011001110010010001111011111011110110101111111010001010000010001110111011111011110110101101111010001001101110011111111011111011110110111001 | e99c91efbdafe8a08eefbdade89b9fefbdb9 |
UHC | 霑???蛟? | 1110111111000101001111110011111100111111110011101111000100111111 | efc53f3f3fcef13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)