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 | 鉉憺ーケ鞐ア | 111001111110100110011100111010011011000010111001111010001101111010110001 | e7e99ce9b0b9e8deb1 |
EUC-JP | 鉉憺ーケ鞐ア | 111011101110101111011000111010111000111010110000100011101011100111110000111000001000111010110001 | eeebd8eb8eb08eb9f0e08eb1 |
UTF-8 | 鉉憺ーケ鞐ア | 111010011000100110001001111001101000011010111010111011111011110110110000111011111011110110111001111010011001111010010000111011111011110110110001 | e98989e686baefbdb0efbdb9e99e90efbdb1 |
UHC | 鉉憺???? | 1111101011101000110100111011110000111111001111110011111100111111 | fae8d3bc3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)