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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | ツ湘ゥhツ湘ゥ | 110000101000111111000011101010010110100011000010100011111100001110101001 | c28fc3a968c28fc3a9 |
EUC-JP | ツ湘ゥhツ湘ゥ | 10001110110000101011111011000101100011101010100101101000100011101100001010111110110001011000111010101001 | 8ec2bec58ea9688ec2bec58ea9 |
UTF-8 | ツ湘ゥhツ湘ゥ | 11101111101111101000001011100110101110011001100011101111101111011010100101101000111011111011111010000010111001101011100110011000111011111011110110101001 | efbe82e6b998efbda968efbe82e6b998efbda9 |
UHC | ?湘?h?湘? | 001111111101111111001111001111110110100000111111110111111100111100111111 | 3fdfcf3f683fdfcf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)