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 | 将ラ悊ア「 | 10001111101010111101011111111010101111101011000110100010 | 8fabd7fabeb1a2 |
EUC-JP | 将ラ悊ア「 | 1011111010101101100011101101011110001111101111011111000010001110101100011000111010100010 | bead8ed78fbdf08eb18ea2 |
UTF-8 | 将ラ悊ア「 | 111001011011000010000110111011111011111010010111111001101000001010001010111011111011110110110001111011111011110110100010 | e5b086efbe97e6828aefbdb1efbda2 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)