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 | 逵ク閼帷愃 | 111001111001110010111000111010001000010010011011111001111001110010111000 | e79cb8e8849be79cb8 |
EUC-JP | 逵ク閼帷愃 | 11101101111111001000111010111000111011111110010011010110111010011101100010111010 | edfc8eb8efe4d6e9d8ba |
UTF-8 | 逵ク閼帷愃 | 111010011000000010110101111011111011110110111000111010011001011010111100111001011011100010110111111001101000010010000011 | e980b5efbdb8e996bce5b8b7e68483 |
UHC | 逵?閼?? | 11010000101100000011111111100100110110010011111100111111 | d0b03fe4d93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)