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 | 上緕ー渉ォ悉 | 10001111111000111110001110001110101100001000111111000010101010111000111010111011 | 8fe3e38eb08fc2ab8ebb |
EUC-JP | 上緕ー渉ォ悉 | 101111101110010111100101111011101000111010110000101111101100010010001110101010111011110010111101 | bee5e5ee8eb0bec48eabbcbd |
UTF-8 | 上緕ー渉ォ悉 | 111001001011100010001010111001111011011110010101111011111011110110110000111001101011100010001001111011111011110110101011111001101000001010001001 | e4b88ae7b795efbdb0e6b889efbdabe68289 |
UHC | 上????悉 | 1101111110111110001111110011111100111111001111111110001111111010 | dfbe3f3f3f3fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)