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 | 鐔ワ拾肄 | 1110100001011100100000111000111110001111010001011110001111100101 | e85c838f8f45e3e5 |
EUC-JP | 鐔ワ拾肄 | 1110111110111101101001011110111110111101101001101110011011100111 | efbda5efbda6e6e7 |
UTF-8 | 鐔ワ拾肄 | 111010011001000010010100111000111000001110101111111001101000101110111110111010001000001010000100 | e99094e383afe68bbee88284 |
UHC | ?ワ拾肄 | 00111111101010111110111111100011101001101110110010111101 | 3fabefe3a6ecbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)