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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 俑∽?? | 100110001101101010000001111001000011111100111111 | 98da81e43f3f |
EUC-JP | 俑∽?? | 110100001101110010100010111001100011111100111111 | d0dca2e63f3f |
UTF-8 | 俑∽펳獵 | 111001001011111110010001111000101000100010111101111011011000111010110011111011111010011010100111 | e4bf91e288bded8eb3efa6a7 |
UHC | 俑∽펳獵 | 1110100110110101101000011110111110111100100001011110011110100110 | e9b5a1efbc85e7a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)