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 | ???猿?? | 00111111001111110011111110001001100011100011111100111111 | 3f3f3f898e3f3f |
EUC-JP | ???猿?? | 00111111001111110011111110110001111011100011111100111111 | 3f3f3fb1ee3f3f |
UTF-8 | 緣뗫뵁猿깁뭣 | 111001111011011110100011111010111001011110101011111010111011010110000001111001111000110010111111111010101011100110000001111010111010110110100011 | e7b7a3eb97abebb581e78cbfeab981ebada3 |
UHC | 緣뗫뵁猿깁뭣 | 111001101101111010001011111010111001010010000111111010101011101110110001111010011011100110111101 | e6de8beb9487eabbb1e9b9bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)