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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?礪?? | 0011111111100001111010000011111100111111 | 3fe1e83f3f |
EUC-JP | ?礪?? | 0011111111100010111010100011111100111111 | 3fe2ea3f3f |
UTF-8 | 륁礪펼혦 | 111010111010010110000001111001111010010010101010111011011000111010111100111011011001100010100110 | eba581e7a4aaed8ebced98a6 |
UHC | 륁礪펼혦 | 1000111111101100110101011110110011000110111011101100001010001110 | 8fecd5ecc6eec28e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)