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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 閼ア蜊伜援h | 11101000100001001011000111100101100011011001100011100101100010011000011101101000 | e884b1e58d98e5898768 |
EUC-JP | 閼ア蜊伜援h | 1110111111100100100011101011000111101001111011011101000011100111101100011110011101101000 | efe48eb1e9edd0e7b1e768 |
UTF-8 | 閼ア蜊伜援h | 11101001100101101011110011101111101111011011000111101000100111001000101011100100101111001001110011100110100011111011010001101000 | e996bcefbdb1e89c8ae4bc9ce68fb468 |
UHC | 閼???援h | 1110010011011001001111110011111100111111111010101011010101101000 | e4d93f3f3feab568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)