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 | 上ォ悉杓鑅ゥ | 10001111111000111010101110001110101110111000111011011011111110111110011010101001 | 8fe3ab8ebb8edbfbe6a9 |
EUC-JP | 上ォ悉杓鑅ゥ | 10111110111001011000111010101011101111001011110110111100110111011000111111100101111010101000111010101001 | bee58eabbcbdbcdd8fe5ea8ea9 |
UTF-8 | 上ォ悉杓鑅ゥ | 111001001011100010001010111011111011110110101011111001101000001010001001111001101001110110010011111010011001000110000101111011111011110110101001 | e4b88aefbdabe68289e69d93e99185efbda9 |
UHC | 上?悉杓?? | 110111111011111000111111111000111111101011111000111101010011111100111111 | dfbe3fe3faf8f53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)