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 | 擾??倚ъ? | 100011111110111100111111001111111001100011011111100001001000110000111111 | 8fef3f3f98df848c3f |
EUC-JP | 擾??倚ъ? | 101111101111000100111111001111111101000011100001101001111110110000111111 | bef13f3fd0e1a7ec3f |
UTF-8 | 擾우옎倚ъ틚 | 1110011010010011101111101110110010011010101100001110110010011000100011101110010110000000100110101101000110001010111011011000101110011010 | e693beec9ab0ec988ee5809ad18aed8b9a |
UHC | 擾우옎倚ъ틚 | 111010001111011010111111111011001001111010010101111010111110111110101100111011001011101010000111 | e8f6bfec9e95ebefacecba87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)