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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 閭・髢ス閧「 | 111010001000001110100101111010011001011010111101111010001000001010100010 | e883a5e996bde882a2 |
EUC-JP | 閭・髢ス閧「 | 111011111110001110001110101001011111000111110110100011101011110111101111111000101000111010100010 | efe38ea5f1f68ebdefe28ea2 |
UTF-8 | 閭・髢ス閧「 | 111010011001011010101101111011111011110110100101111010011010101110100010111011111011110110111101111010011001011010100111111011111011110110100010 | e996adefbda5e9aba2efbdbde996a7efbda2 |
UHC | 閭????? | 11010101111011110011111100111111001111110011111100111111 | d5ef3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)