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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豢ゥ逧吩 | 11100110101101001010100111100111100110101001100111100100 | e6b4a9e79a99e4 |
EUC-JP | 豢ゥ逧吩 | 1110110010110110100011101010100111101101111110101101001011100110 | ecb68ea9edfad2e6 |
UTF-8 | 豢ゥ逧吩 | 111010001011000110100010111011111011110110101001111010011000000010100111111001011001000010101001 | e8b1a2efbda9e980a7e590a9 |
UHC | ???吩 | 0011111100111111001111111101110111000011 | 3f3f3fddc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)