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 | 焄識ク杦魲 | 1111101101010100100011101010111111110001111110011011100011111010111000011111110001000010 | fb548eaff1f9b8fae1fc42 |
EUC-JP | 焄識?ク杦? | 100011111100100111100011101111001011000100111111100011101011100010001111110000111010000100111111 | 8fc9e3bcb13f8eb88fc3a13f |
UTF-8 | 焄識ク杦魲 | 111001111000010010000100111010001010110110011000111011101000010110110100111011111011110110111000111001101001110110100110111010011010110110110010 | e78484e8ad98ee85b4efbdb8e69da6e9adb2 |
UHC | 焄識???? | 1111110110110110111000111101101100111111001111110011111100111111 | fdb6e3db3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)