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 | 鋐エ迯豎耳裄 | 1111101111010010101101001110011110001101111001101011000110001110101010001110010111100000 | fbd2b4e78de6b18ea8e5e0 |
EUC-JP | 鋐エ迯豎耳裄 | 10001111111001001011111010001110101101001110110111101101111011001011001110111100101010101110101011100010 | 8fe4be8eb4ededecb3bcaaeae2 |
UTF-8 | 鋐エ迯豎耳裄 | 111010011000101110010000111011111011110110110100111010001011111110101111111010001011000110001110111010001000000010110011111010001010001110000100 | e98b90efbdb4e8bfafe8b18ee880b3e8a384 |
UHC | ????耳? | 00111111001111110011111100111111111011001011110000111111 | 3f3f3f3fecbc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)