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 | º¶Ç | 10111010101101101000111111000111 | bab68fc7 |
SJIS-WIN | ?¶?? | 0011111110000001111101110011111100111111 | 3f81f73f3f |
EUC-JP | º¶?Ç | 100011111010001011101011101000101111100100111111100011111010101010101110 | 8fa2eba2f93f8faaae |
UTF-8 | º¶Ç | 1100001010111010110000101011011011000010100011111100001110000111 | c2bac2b6c28fc387 |
UHC | º¶?? | 101010001010110010100010110100100011111100111111 | a8aca2d23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)