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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 湖?弔峯? | 1000110011001110001111111001001010100010100101011111010100111111 | 8cce3f92a295f53f |
EUC-JP | 湖?弔峯? | 1011100011010000001111111100010010100100110010101111011100111111 | b8d03fc4a4caf73f |
UTF-8 | 湖렭弔峯렟 | 111001101011100110010110111010111010000010101101111001011011110010010100111001011011001110101111111010111010000010011111 | e6b996eba0ade5bc94e5b3afeba09f |
UHC | 湖렭弔峯렟 | 11111011110010011000111010111010111100001100000011011100111001111000111010110000 | fbc98ebaf0c0dce78eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)