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 | 륁礪펿힎 | 111010111010010110000001111001111010010010101010111011011000111010111111111011011001111010001110 | eba581e7a4aaed8ebfed9e8e |
UHC | 륁礪펿힎 | 1000111111101100110101011110110010111100100011101100011001000010 | 8fecd5ecbc8ec642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)