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 | ツ。竍停勍 | 1100001010100001111000101000011110010010111000101001100110100101 | c2a1e28792e299a5 |
EUC-JP | ツ。竍停勍 | 10001110110000101000111010100001111000111110011111000100111001001101001010100111 | 8ec28ea1e3e7c4e4d2a7 |
UTF-8 | ツ。竍停勍 | 111011111011111010000010111011111011110110100001111001111010101110001101111001011000000110011100111001011000101110001101 | efbe82efbda1e7ab8de5819ce58b8d |
UHC | ???停勍 | 00111111001111110011111111101111110011101100110011001110 | 3f3f3fefceccce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)