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 | ??K???? | 00111111001111110100101100111111001111110011111100111111 | 3f3f4b3f3f3f3f |
SJIS-WIN | ツ哺Kティテァ | 1100001010011010010011010100101111000011101010001100001110100111 | c29a4d4bc3a8c3a7 |
EUC-JP | ツ哺Kティテァ | 10001110110000101101001110101110010010111000111011000011100011101010100010001110110000111000111010100111 | 8ec2d3ae4b8ec38ea88ec38ea7 |
UTF-8 | ツ哺Kティテァ | 11101111101111101000001011100101100100111011101001001011111011111011111010000011111011111011110110101000111011111011111010000011111011111011110110100111 | efbe82e593ba4befbe83efbda8efbe83efbda7 |
UHC | ?哺K???? | 0011111111111000110101000100101100111111001111110011111100111111 | 3ff8d44b3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)