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 | 娃???f? | 1000100010100001001111110011111100111111100000101000011000111111 | 88a13f3f3f82863f |
EUC-JP | 娃??彛f? | 10110000101000110011111100111111100011111011110011111010101000111110011000111111 | b0a33f3f8fbcfaa3e63f |
UTF-8 | 娃숇ㅉ彛f돹 | 111001011010100010000011111011001000100010000111111000111000010110001001111001011011110110011011111011111011110110000110111010111000111110111001 | e5a883ec8887e38589e5bd9befbd86eb8fb9 |
UHC | 娃숇ㅉ彛f돹 | 111010001101111110011001111010111010010010111001111011001010110110100011111001101000100110111100 | e8df99eba4b9ecada3e689bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)