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 | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | ???第?E | 00111111001111110011111110010001111001100011111101000101 | 3f3f3f91e63f45 |
EUC-JP | ???第?E | 00111111001111110011111111000010111010000011111101000101 | 3f3f3fc2e83f45 |
UTF-8 | 吏흣갊第렰E | 11101111101001111001111011101101100111011010001111101010101100001000101011100111101011001010110011101011101000001011000001000101 | efa79eed9da3eab08ae7acaceba0b045 |
UHC | 吏흣갊第렰E | 1110110010100111110010001110111010110000101001111111000010101111100011101011110101000101 | eca7c8eeb0a7f0af8ebd45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)