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 | メ橳「爾 | 11110001111010011101001011110000101101011111101011110000101000101000111010100010 | f1e9d2f0b5faf0a28ea2 |
EUC-JP | ?メ?橳「爾 | 0011111110001110110100100011111110001111110001011011010110001110101000101011110010100100 | 3f8ed23f8fc5b58ea2bca4 |
UTF-8 | メ橳「爾 | 111011101000010110100100111011111011111010010010111011101000000110110100111001101010100110110011111011111011110110100010111001111000100010111110 | ee85a4efbe92ee81b4e6a9b3efbda2e788be |
UHC | ?????爾 | 00111111001111110011111100111111001111111110110010110011 | 3f3f3f3f3fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)