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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 郞誹娃h郞 | 111110111011011010010100111011101000100010100001011010001111101110110110 | fbb694ee88a168fbb6 |
EUC-JP | ?誹娃h? | 00111111110010001111000010110000101000110110100000111111 | 3fc8f0b0a3683f |
UTF-8 | 郞誹娃h郞 | 11101001100000111001111011101000101010101011100111100101101010001000001101101000111010011000001110011110 | e9839ee8aab9e5a88368e9839e |
UHC | 郞誹娃h郞 | 110101011100110111011110101001101110100011011111011010001101010111001101 | d5cddea6e8df68d5cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)