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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 踵ァ鬘乗 | 11100110111110011010011111101001101000011000111111100110 | e6f9a7e9a18fe6 |
EUC-JP | 踵ァ鬘乗 | 1110110011111011100011101010011111110010101000111011111011101000 | ecfb8ea7f2a3bee8 |
UTF-8 | 踵ァ鬘乗 | 111010001011100010110101111011111011110110100111111010011010110010011000111001001011100110010111 | e8b8b5efbda7e9ac98e4b997 |
UHC | 踵??? | 1111000110100010001111110011111100111111 | f1a23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)