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 | 腫貊?闇 | 10001110111011101110011010111011001111111000100011000101 | 8eeee6bb3f88c5 |
EUC-JP | 腫貊?闇 | 10111100111100001110110010111101001111111011000011000111 | bcf0ecbd3fb0c7 |
UTF-8 | 腫貊육闇 | 111010001000010110101011111010001011001010001010111011001001110010100001111010011001011110000111 | e885abe8b28aec9ca1e99787 |
UHC | 腫貊육闇 | 1111000011111110110110001110011111000000101100001110010011100001 | f0fed8e7c0b0e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)