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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 社簀爾 | 100011101101000011100010110001011000111010100010 | 8ed0e2c58ea2 |
EUC-JP | 社簀爾 | 101111001101001011100100110001111011110010100100 | bcd2e4c7bca4 |
UTF-8 | 社簀爾 | 111001111010010010111110111001111011000010000000111001111000100010111110 | e7a4bee7b080e788be |
UHC | 社?爾 | 1101111011100100001111111110110010110011 | dee43fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)