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 | 葯щ?日?? | 111001001101111010000100100010110011111110010011111110100011111100111111 | e4de848b3f93fa3f3f |
EUC-JP | 葯щ?日?? | 111010001110000010100111111010110011111111000110111111000011111100111111 | e8e0a7eb3fc6fc3f3f |
UTF-8 | 葯щ봻日딁뿆 | 1110100010010001101011111101000110001001111010111011010010111011111001101001011110100101111010111001010010000001111010111011111110000110 | e891afd189ebb4bbe697a5eb9481ebbf86 |
UHC | 葯щ봻日딁뿆 | 111001011011010110101100111010111001010010000010111011001110110110001010111001111001011110001101 | e5b5aceb9482eced8ae7978d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)