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 | 鋙エ邨肄 | 11111011110100011011010011100111101101011110001111100101 | fbd1b4e7b5e3e5 |
EUC-JP | 鋙エ邨肄 | 100011111110010011000011100011101011010011101110101101111110011011100111 | 8fe4c38eb4eeb7e6e7 |
UTF-8 | 鋙エ邨肄 | 111010011000101110011001111011111011110110110100111010011000001010101000111010001000001010000100 | e98b99efbdb4e982a8e88284 |
UHC | ??邨肄 | 001111110011111111110101101111101110110010111101 | 3f3ff5beecbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)