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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 逡ッ蟄溪逢B | 11100111100101011010111111100101101011011001111111100010100010001010011101000010 | e795afe5ad9fe288a742 |
EUC-JP | 逡ッ蟄溪逢B | 1110110111110101100011101010111111101010101011111101111011100100101100001010100101000010 | edf58eafeaafdee4b0a942 |
UTF-8 | 逡ッ蟄溪逢B | 11101001100000001010000111101111101111011010111111101000100111111000010011100110101110101010101011101001100000001010001001000010 | e980a1efbdafe89f84e6baaae980a242 |
UHC | 逡?蟄溪逢B | 11110001111001000011111111110110110111101100110110100010110111001111000101000010 | f1e43ff6decda2dcf142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)