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 | セュ者治爵樟 | 10111110101011011000111011010010100011101010000110001110110111011000111110111110 | bead8ed28ea18edd8fbe |
EUC-JP | セュ者治爵樟 | 100011101011111010001110101011011011110011010100101111001010001110111100110111111011111011000000 | 8ebe8eadbcd4bca3bcdfbec0 |
UTF-8 | セュ者治爵樟 | 111011111011110110111110111011111011110110101101111010001000000010000101111001101011001010111011111001111000100010110101111001101010100010011111 | efbdbeefbdade88085e6b2bbe788b5e6a89f |
UHC | ??者治爵樟 | 00111111001111111110110110111010111101101011110111101101110010011110110111101001 | 3f3fedbaf6bdedc9ede9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)