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 | 髣奇スョ鬩「 | 111010011001011110001010111011111011110110101110111010011010100110100010 | e9978aefbdaee9a9a2 |
EUC-JP | 髣奇スョ鬩「 | 111100011111011110110100111100011000111010111101100011101010111011110010101010111000111010100010 | f1f7b4f18ebd8eaef2ab8ea2 |
UTF-8 | 髣奇スョ鬩「 | 111010011010101110100011111001011010010110000111111011111011110110111101111011111011110110101110111010011010110010101001111011111011110110100010 | e9aba3e5a587efbdbdefbdaee9aca9efbda2 |
UHC | ?奇???? | 00111111110100001111010000111111001111110011111100111111 | 3fd0f43f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)