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 | 雅⑤?裕?? | 100010011110101110000111010001000011111110010111010101000011111100111111 | 89eb87443f97543f3f |
EUC-JP | 雅?ł裕?? | 10110010111011010011111110001111101010011100100011001101101101010011111100111111 | b2ed3f8fa9c8cdb53f3f |
UTF-8 | 雅⑤ł裕덅쓩 | 1110100110011011100001011110001010010001101001001100010110000010111010001010001110010101111010111000110110000101111011001001001110101001 | e99b85e291a4c582e8a395eb8d85ec93a9 |
UHC | 雅⑤ł裕덅쓩 | 111001001011101010101000111010111010100110101001111010111010111010001000111010001011111010110001 | e4baa8eba9a9ebae88e8beb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)