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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 縕????? | 1000111111010100110000100011111100111111001111110011111100111111 | 8fd4c23f3f3f3f3f |
UTF-8 | 縕썹쑘吳방ㅆ | 111001111011100010010101111011001000110110111001111011001001000110011000111001011001000010110011111010111011000010101001111000111000010110000110 | e7b895ec8db9ec9198e590b3ebb0a9e38586 |
UHC | 縕썹쑘吳방ㅆ | 111010001011001010111101111001111001110010110111111001111110111110111001111001101010010010110110 | e8b2bde79cb7e7efb9e6a4b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)