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 | 0011111110000010111010110011111110011100100011000011111101000010 | 3f82eb3f9c8c3f42 |
EUC-JP | ?ろ?恁?B | 0011111110100100111011010011111111010111111011000011111101000010 | 3fa4ed3fd7ec3f42 |
UTF-8 | 淋ろ슜恁쿍B | 11101111101001111011010111100011100000101000110111101100100010101001110011100110100000011000000111101100101111111000110101000010 | efa7b5e3828dec8a9ce68181ecbf8d42 |
UHC | 淋ろ슜恁쿍B | 1110110011111000101010101110110110011010101010011110110011110110101100110100001001000010 | ecf8aaed9aa9ecf6b34242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)