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? | 001111110011111100111111001111110110100000111111 | 3f3f3f3f683f |
SJIS-WIN | セ尞罠悉hセ | 101111101111101010101011111000111010100110001110101110110110100010111110 | befaabe3a98ebb68be |
EUC-JP | セ尞罠悉hセ | 100011101011111010001111101110101110101111100110101010111011110010111101011010001000111010111110 | 8ebe8fbaebe6abbcbd688ebe |
UTF-8 | セ尞罠悉hセ | 11101111101111011011111011100101101100001001111011100111101111011010000011100110100000101000100101101000111011111011110110111110 | efbdbee5b09ee7bda0e6828968efbdbe |
UHC | ???悉h? | 00111111001111110011111111100011111110100110100000111111 | 3f3f3fe3fa683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)