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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 銳볟쁿銳볟뜕 | 111010011000101010110011111010111011001110011111111011001000000110111111111010011000101010110011111010111011001110011111111010111001110010010101 | e98ab3ebb39fec81bfe98ab3ebb39feb9c95 |
UHC | 銳볟쁿銳볟뜕 | 111001111110010110010011111001011001100010000110111001111110010110010011111001011000110110011000 | e7e593e59886e7e593e58d98 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)