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 | ソルヒィ娼ゥ | 10111111110110011100101110101000100011111010100110101001 | bfd9cba88fa9a9 |
EUC-JP | ソルヒィ娼ゥ | 100011101011111110001110110110011000111011001011100011101010100010111110101010111000111010101001 | 8ebf8ed98ecb8ea8beab8ea9 |
UTF-8 | ソルヒィ娼ゥ | 111011111011110110111111111011111011111010011001111011111011111010001011111011111011110110101000111001011010100010111100111011111011110110101001 | efbdbfefbe99efbe8befbda8e5a8bcefbda9 |
UHC | ????娼? | 00111111001111110011111100111111111100111101111000111111 | 3f3f3f3ff3de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)