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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 裕??惟? | 10010111010101000011111100111111100010001101001000111111 | 97543f3f88d23f |
EUC-JP | 裕??惟? | 11001101101101010011111100111111101100001101010000111111 | cdb53f3fb0d43f |
UTF-8 | 裕㏓뮀惟즟 | 111010001010001110010101111000111000111110010011111010111010111010000000111001101000001110011111111011001010011010011111 | e8a395e38f93ebae80e6839feca69f |
UHC | 裕㏓뮀惟즟 | 11101011101011101010011111101011100100101000111111101010111011101010001101101011 | ebaea7eb928feaeea36b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)