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 | 邨よ攴蛻ー | 111001111011010110000010111001101001110110111011111001011000100010110000 | e7b582e69dbbe588b0 |
EUC-JP | 邨よ攴蛻ー | 11101110101101111010010011101000110110101011110111101001111010001000111010110000 | eeb7a4e8dabde9e88eb0 |
UTF-8 | 邨よ攴蛻ー | 111010011000001010101000111000111000001010001000111001101001010010110100111010001001101110111011111011111011110110110000 | e982a8e38288e694b4e89bbbefbdb0 |
UHC | 邨よ??? | 11110101101111101010101011101000001111110011111100111111 | f5beaae83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)