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 | 支?雲? | 100011100111100000111111100010010101111100111111 | 8e783f895f3f |
EUC-JP | 支?雲? | 101110111101100100111111101100011100000000111111 | bbd93fb1c03f |
UTF-8 | 支렜雲렋 | 111001101001010010101111111010111010000010011100111010011001101110110010111010111010000010001011 | e694afeba09ce99bb2eba08b |
UHC | 支렜雲렋 | 1111001010101000100011101010111011101010101000111000111010100010 | f2a88eaeeaa38ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)