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 | 佇?g??B | 1001100011001000001111111000001010000111001111110011111101000010 | 98c83f82873f3f42 |
EUC-JP | 佇?g庾?B | 11010000110010100011111110100011111001111000111110111100110011100011111101000010 | d0ca3fa3e78fbcce3f42 |
UTF-8 | 佇쇔g庾렓B | 11100100101111011000011111101100100001111001010011101111101111011000011111100101101110101011111011101011101000001001001101000010 | e4bd87ec8794efbd87e5babeeba09342 |
UHC | 佇쇔g庾렓B | 1110111010110111101111001110010110100011111001111110101011101100100011101010100001000010 | eeb7bce5a3e7eaec8ea842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)