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 | コ寬ゥ雫晶 | 11110000111110111011101011111010101010101010100110001110101101001000111110111011 | f0fbbafaaaa98eb48fbb |
EUC-JP | ?コ?ゥ雫晶 | 00111111100011101011101000111111100011101010100110111100101101101011111010111101 | 3f8eba3f8ea9bcb6bebd |
UTF-8 | コ寬ゥ雫晶 | 111011101000001010111010111011111011110110111010111001011010111110101100111011111011110110101001111010011001101110101011111001101001100110110110 | ee82baefbdbae5afacefbda9e99babe699b6 |
UHC | ??寬??晶 | 0011111100111111110011101011000000111111001111111110111111011100 | 3f3fceb03f3fefdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)