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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 紕ゃャ豢 | 11100011010000101000001011100001101011001110011010110100 | e34282e1ace6b4 |
EUC-JP | 紕ゃャ豢 | 1110010110100011101001001110001110001110101011001110110010110110 | e5a3a4e38eacecb6 |
UTF-8 | 紕ゃャ豢 | 111001111011010010010101111000111000001010000011111011111011110110101100111010001011000110100010 | e7b495e38283efbdace8b1a2 |
UHC | ?ゃ?? | 0011111110101010111000110011111100111111 | 3faae33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)