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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?貳迯譴竺B | 00111111111001101100011011100111100011011110011010100010100011101011000101000010 | 3fe6c6e78de6a28eb142 |
EUC-JP | 煅貳迯譴竺B | 100011111100100111110011111011001100100011101101111011011110110010100100101111001011001101000010 | 8fc9f3ecc8ededeca4bcb342 |
UTF-8 | 煅貳迯譴竺B | 11100111100001011000010111101000101100101011001111101000101111111010111111101000101011011011010011100111101010111011101001000010 | e78585e8b2b3e8bfafe8adb4e7abba42 |
UHC | ?貳?譴竺B | 001111111110110011000011001111111100110010111001111101011110011101000010 | 3fecc33fccb9f5e742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)