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?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | 奪短賊h奪短 | 1001001001000100100100100101101010010001101011110110100010010010010001001001001001011010 | 9244925a91af689244925a |
EUC-JP | 奪短賊h奪短 | 1100001110100101110000111011101111000010101100010110100011000011101001011100001110111011 | c3a5c3bbc2b168c3a5c3bb |
UTF-8 | 奪短賊h奪短 | 11100101101001011010101011100111100111111010110111101000101100111000101001101000111001011010010110101010111001111001111110101101 | e5a5aae79fade8b38a68e5a5aae79fad |
UHC | 奪短賊h奪短 | 1111011110101100110100111010110111101110111001000110100011110111101011001101001110101101 | f7acd3adeee468f7acd3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)