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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 裴瀧摯寀コ | 111001011110100010010001111010111001110110010101111110101010011110111010 | e5e891eb9d95faa7ba |
EUC-JP | 裴瀧摯寀コ | 1110101011101010110000101110110111011001111101011000111110111010110110111000111010111010 | eaeac2edd9f58fbadb8eba |
UTF-8 | 裴瀧摯寀コ | 111010001010001110110100111001111000000010100111111001101001000110101111111001011010111110000000111011111011110110111010 | e8a3b4e780a7e691afe5af80efbdba |
UHC | 裴瀧摯寀? | 110110111101000011010110111010011111001010100111111100111111001000111111 | dbd0d6e9f2a7f3f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)