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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 葯щ?爰?B | 111001001101111010000100100010110011111111100000101001110011111101000010 | e4de848b3fe0a73f42 |
EUC-JP | 葯щ?爰?B | 111010001110000010100111111010110011111111100000101010010011111101000010 | e8e0a7eb3fe0a93f42 |
UTF-8 | 葯щ뵁爰뎆B | 111010001001000110101111110100011000100111101011101101011000000111100111100010001011000011101011100011101000011001000010 | e891afd189ebb581e788b0eb8e8642 |
UHC | 葯щ뵁爰뎆B | 1110010110110101101011001110101110010100100001111110101010111010100010010101010001000010 | e5b5aceb9487eaba895442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)