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 | ???約?? | 00111111001111110011111110010110111100010011111100111111 | 3f3f3f96f13f3f |
EUC-JP | ???約?? | 00111111001111110011111111001100111100110011111100111111 | 3f3f3fccf33f3f |
UTF-8 | 了묌뮈約듣춼 | 111011111010011010111010111010111010110010001100111010111010111010001000111001111011010010000100111010111001001110100011111011001011011010111100 | efa6baebac8cebae88e7b484eb93a3ecb6bc |
UHC | 了묌뮈約듣춼 | 111010001110011110010001111010011011100110111111111001011011001110110101111010001010110110011000 | e8e791e9b9bfe5b3b5e8ad98 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)