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 | 猥??外?? | 1110000011001110001111110011111110001010010011110011111100111111 | e0ce3f3f8a4f3f3f |
EUC-JP | 猥??外?? | 1110000011010000001111110011111110110011101100000011111100111111 | e0d03f3fb3b03f3f |
UTF-8 | 猥울쉈外귨쉿 | 111001111000110010100101111011001001101010111000111011001000100110001000111001011010010010010110111010101011011110101000111011001000100110111111 | e78ca5ec9ab8ec8988e5a496eab7a8ec89bf |
UHC | 猥울쉈外귨쉿 | 111010001110010110111111111011111011110110100101111010001110001010000010111011111011110110110010 | e8e5bfefbda5e8e282efbdb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)