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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 舒?衷 | 1001100010101110001111111001001010001111 | 98ae3f928f |
EUC-JP | 舒?衷 | 1101000010110000001111111100001111101111 | d0b03fc3ef |
UTF-8 | 舒뤜衷 | 111010001000100010010010111010111010010010011100111010001010000110110111 | e88892eba49ce8a1b7 |
UHC | 舒뤜衷 | 111000001010001010001111110010111111010111111011 | e0a28fcbf5fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)