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 | 霍ソ螢梧 | 11101000101101111011111111100101101000111000110011100110 | e8b7bfe5a38ce6 |
EUC-JP | 霍ソ螢梧 | 1111000010111001100011101011111111101010101001011011100011101000 | f0b98ebfeaa5b8e8 |
UTF-8 | 霍ソ螢梧 | 111010011001110010001101111011111011110110111111111010001001111010100010111001101010001010100111 | e99c8defbdbfe89ea2e6a2a7 |
UHC | ??螢梧 | 001111110011111111111011101010111110011111111100 | 3f3ffbabe7fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)