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 | 俑∽? | 1001100011011010100000011110010000111111 | 98da81e43f |
EUC-JP | 俑∽? | 1101000011011100101000101110011000111111 | d0dca2e63f |
UTF-8 | 俑∽펳 | 111001001011111110010001111000101000100010111101111011011000111010110011 | e4bf91e288bded8eb3 |
UHC | 俑∽펳 | 111010011011010110100001111011111011110010000101 | e9b5a1efbc85 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)