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 | 湿渉。漆 | 1111000011000011100011101011110010001111110000101010000111110000111011001000111010111101 | f0c38ebc8fc2a1f0ec8ebd |
EUC-JP | ?湿渉。?漆 | 00111111101111001011111010111110110001001000111010100001001111111011110010111111 | 3fbcbebec48ea13fbcbf |
UTF-8 | 湿渉。漆 | 111011101000001010000010111001101011100110111111111001101011100010001001111011111011110110100001111011101000001010101011111001101011110010000110 | ee8282e6b9bfe6b889efbda1ee82abe6bc86 |
UHC | ?????漆 | 00111111001111110011111100111111001111111111011011010100 | 3f3f3f3f3ff6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)