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 | 箋??予?? | 1110001010110011001111110011111110010111010111000011111100111111 | e2b33f3f975c3f3f |
EUC-JP | 箋??予?? | 1110010010110101001111110011111111001101101111010011111100111111 | e4b53f3fcdbd3f3f |
UTF-8 | 箋묕풐予뀐쉑 | 111001111010111010001011111010111010110010010101111011011001001010010000111001001011101010001000111010111000000010010000111011001000100110010001 | e7ae8bebac95ed9290e4ba88eb8090ec8991 |
UHC | 箋묕풐予뀐쉑 | 111011111010100010010001111011111011111010010100111001011111100010110010111011111011110110100111 | efa891efbe94e5f8b2efbda7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)