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 | 鬯倅ク橸ス夊 | 11101001101011001001100011100100101110001001111011101111101111011001101011101000 | e9ac98e4b89eefbd9ae8 |
EUC-JP | 鬯倅ク橸ス夊 | 111100101010111011010000111001101000111010111000110111001111000110001110101111011101010011101010 | f2aed0e68eb8dcf18ebdd4ea |
UTF-8 | 鬯倅ク橸ス夊 | 111010011010110010101111111001011000000010000101111011111011110110111000111001101010100110111000111011111011110110111101111001011010010010001010 | e9acafe58085efbdb8e6a9b8efbdbde5a48a |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)