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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蹄伎?? | 100100101111101110001010111010100011111100111111 | 92fb8aea3f3f |
EUC-JP | 蹄伎?? | 110001001111110110110100111011000011111100111111 | c4fdb4ec3f3f |
UTF-8 | 蹄伎렢렟 | 111010001011100110000100111001001011110010001110111010111010000010100010111010111010000010011111 | e8b984e4bc8eeba0a2eba09f |
UHC | 蹄伎렢렟 | 1111000010110100110100001110101110001110101100111000111010110000 | f0b4d0eb8eb38eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)