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 | 亦????? | 10010110100100100011111100111111001111110011111100111111 | 96923f3f3f3f3f |
EUC-JP | 亦????? | 11001011111100100011111100111111001111110011111100111111 | cbf23f3f3f3f3f |
UTF-8 | 亦밸젶吳븍젽 | 111001001011101010100110111010111011000010111000111011001010000010110110111001011001000010110011111010111011100010001101111011001010000010111101 | e4baa6ebb0b8eca0b6e590b3ebb88deca0bd |
UHC | 亦밸젶吳븍젽 | 111001101011001010111001111010111010000010101010111001111110111110111010111010111010000010101111 | e6b2b9eba0aae7efbaeba0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)