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 | 慫?猿 | 1001110011001111001111111000100110001110 | 9ccf3f898e |
EUC-JP | 慫?猿 | 1101100011010001001111111011000111101110 | d8d13fb1ee |
UTF-8 | 慫렒猿 | 111001101000010110101011111010111010000010010010111001111000110010111111 | e685abeba092e78cbf |
UHC | 慫렒猿 | 111100001111011010001110101001111110101010111011 | f0f68ea7eabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)