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 | 狐?偕?缸? | 100011001100111100111111100110001111000100111111111000111001110100111111 | 8ccf3f98f13fe39d3f |
EUC-JP | 狐?偕?缸? | 101110001101000100111111110100001111001100111111111001011111110100111111 | b8d13fd0f33fe5fd3f |
UTF-8 | 狐렦偕렦缸렯 | 111001111000101110010000111010111010000010100110111001011000000110010101111010111010000010100110111001111011110010111000111010111010000010101111 | e78b90eba0a6e58195eba0a6e7bcb8eba0af |
UHC | 狐렦偕렦缸렯 | 111110111100111110001110101101011111101010100101100011101011010111111001111111001000111010111100 | fbcf8eb5faa58eb5f9fc8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)