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 | ??^???? | 00111111001111110101111000111111001111110011111100111111 | 3f3f5e3f3f3f3f |
SJIS-WIN | ティ^ツδ渉織 | 11000011101010000101111011000010100000111100001010001111110000101001000001000100 | c3a85ec283c28fc29044 |
EUC-JP | ティ^ツδ渉織 | 10001110110000111000111010101000010111101000111011000010101001101100010010111110110001001011111110100101 | 8ec38ea85e8ec2a6c4bec4bfa5 |
UTF-8 | ティ^ツδ渉織 | 111011111011111010000011111011111011110110101000010111101110111110111110100000101100111010110100111001101011100010001001111001111011100110010100 | efbe83efbda85eefbe82ceb4e6b889e7b994 |
UHC | ??^?δ?織 | 001111110011111101011110001111111010010111100100001111111111001011000100 | 3f3f5e3fa5e43ff2c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)