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 | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-WIN | ??∮?猿H | 0011111100111111100001111001001100111111100010011000111001001000 | 3f3f87933f898e48 |
EUC-JP | ????猿H | 00111111001111110011111100111111101100011110111001001000 | 3f3f3f3fb1ee48 |
UTF-8 | 룶퀛∮룫猿H | 11101011101000111011011011101101100000001001101111100010100010001010111011101011101000111010101111100111100011001011111101001000 | eba3b6ed809be288aeeba3abe78cbf48 |
UHC | 룶퀛∮룫猿H | 1000111110101011101100111000111110100010101100011000111110100010111010101011101101001000 | 8fabb38fa2b18fa2eabb48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)