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 | 燿??嵬?? | 1110000010100000001111110011111110011011110010100011111100111111 | e0a03f3f9bca3f3f |
EUC-JP | 燿??嵬?? | 1110000010100010001111110011111111010110110011000011111100111111 | e0a23f3fd6cc3f3f |
UTF-8 | 燿끾뮈嵬뚧뮈 | 111001111000011110111111111010111000000110111110111010111010111010001000111001011011010110101100111010111001101010100111111010111010111010001000 | e787bfeb81beebae88e5b5aceb9aa7ebae88 |
UHC | 燿끾뮈嵬뚧뮈 | 111010001111110010000101111001101011100110111111111010001110001110001100111001101011100110111111 | e8fc85e6b9bfe8e38ce6b9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)