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 | 裴瀧摧奛讓 | 11100101111010001001000111101011100111011001010011111010101000011110011010101000 | e5e891eb9d94faa1e6a8 |
EUC-JP | 裴瀧摧奛讓 | 1110101011101010110000101110110111011001111101001000111110111000111101111110110010101010 | eaeac2edd9f48fb8f7ecaa |
UTF-8 | 裴瀧摧奛讓 | 111010001010001110110100111001111000000010100111111001101001000110100111111001011010010110011011111010001010111010010011 | e8a3b4e780a7e691a7e5a59be8ae93 |
UHC | 裴瀧??讓 | 1101101111010000110101101110100100111111001111111110010111010011 | dbd0d6e93f3fe5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)