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 | 蹄?砥? | 100100101111101100111111100100110111010100111111 | 92fb3f93753f |
EUC-JP | 蹄?砥? | 110001001111110100111111110001011101011000111111 | c4fd3fc5d63f |
UTF-8 | 蹄렢砥렎 | 111010001011100110000100111010111010000010100010111001111010000010100101111010111010000010001110 | e8b984eba0a2e7a0a5eba08e |
UHC | 蹄렢砥렎 | 1111000010110100100011101011001111110010101100101000111010100100 | f0b48eb3f2b28ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)