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 | ?k??bB | 001111110110101100111111001111110110001001000010 | 3f6b3f3f6242 |
SJIS-WIN | 籵k謝璽bB | 111000101110000001101011100011101101001110001110101000110110001001000010 | e2e06b8ed38ea36242 |
EUC-JP | 籵k謝璽bB | 111001001110001001101011101111001101010110111100101001010110001001000010 | e4e26bbcd5bca56242 |
UTF-8 | 籵k謝璽bB | 111001111011000110110101011010111110100010101100100111011110011110010010101111010110001001000010 | e7b1b56be8ac9de792bd6242 |
UHC | ?k謝璽bB | 0011111101101011110111101111001111011111110111100110001001000010 | 3f6bdef3dfde6242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)