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 | 鋙エ邨聿 | 11111011110100011011010011100111101101011110001111100100 | fbd1b4e7b5e3e4 |
EUC-JP | 鋙エ邨聿 | 100011111110010011000011100011101011010011101110101101111110011011100110 | 8fe4c38eb4eeb7e6e6 |
UTF-8 | 鋙エ邨聿 | 111010011000101110011001111011111011110110110100111010011000001010101000111010001000000110111111 | e98b99efbdb4e982a8e881bf |
UHC | ??邨聿 | 001111110011111111110101101111101110101111010011 | 3f3ff5beebd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)