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 | ?I???? | 001111110100100100111111001111110011111100111111 | 3f493f3f3f3f |
SJIS-WIN | 短I造辿尊測 | 1001001001011010010010011001000110100010100100100100100010010001101110001001000110101010 | 925a4991a2924891b891aa |
EUC-JP | 短I造辿尊測 | 1100001110111011010010011100001010100100110000111010100111000010101110101100001010101100 | c3bb49c2a4c3a9c2bac2ac |
UTF-8 | 短I造辿尊測 | 11100111100111111010110101001001111010011000000010100000111010001011111010111111111001011011000010001010111001101011100010101100 | e79fad49e980a0e8bebfe5b08ae6b8ac |
UHC | 短I造?尊測 | 11010011101011010100100111110000111000110011111111110000111011101111011010110100 | d3ad49f0e33ff0eef6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)