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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邨ゎ∟蒻搾 | 11100111101101011000001011101100100001111001100011100100111010001000110111101111 | e7b582ec8798e4e88def |
EUC-JP | 邨ゎ?蒻搾 | 111011101011011110100100111011100011111111101000111010101011101011110001 | eeb7a4ee3fe8eabaf1 |
UTF-8 | 邨ゎ∟蒻搾 | 111010011000001010101000111000111000001010001110111000101000100010011111111010001001001010111011111001101001000010111110 | e982a8e3828ee2889fe892bbe690be |
UHC | 邨ゎ?蒻搾 | 111101011011111010101010111011100011111111100101101101101111001110110110 | f5beaaee3fe5b6f3b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)