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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霽?泣??? | 1110100011000111001111111000101110000011001111110011111100111111 | e8c73f8b833f3f3f |
EUC-JP | 霽?泣??? | 1111000011001001001111111011010111100011001111110011111100111111 | f0c93fb5e33f3f3f |
UTF-8 | 霽렭泣닿렧렢 | 111010011001110010111101111010111010000010101101111001101011001110100011111010111000101110111111111010111010000010100111111010111010000010100010 | e99cbdeba0ade6b3a3eb8bbfeba0a7eba0a2 |
UHC | 霽렭泣닿렧렢 | 111100001011100010001110101110101110101111101000101101001110101010001110101101101000111010110011 | f0b88ebaebe8b4ea8eb68eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)