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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | テつ謁テつ殃 | 11000011100000101100001010001001011110011100001110000010110000101001111101101001 | c382c28979c382c29f69 |
EUC-JP | テつ謁テつ殃 | 100011101100001110100100110001001011000111011010100011101100001110100100110001001101110111001010 | 8ec3a4c4b1da8ec3a4c4ddca |
UTF-8 | テつ謁テつ殃 | 111011111011111010000011111000111000000110100100111010001010110010000001111011111011111010000011111000111000000110100100111001101010111010000011 | efbe83e381a4e8ac81efbe83e381a4e6ae83 |
UHC | ?つ謁?つ殃 | 00111111101010101100010011100100110101110011111110101010110001001110010011101010 | 3faac4e4d73faac4e4ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)