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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 艶zじ?? | 1000100110010000100000101001101010000010101101100011111100111111 | 8990829a82b63f3f |
EUC-JP | 艶zじ?? | 1011000111110000101000111111101010100100101110000011111100111111 | b1f0a3faa4b83f3f |
UTF-8 | 艶zじ囹튔 | 111010001000100110110110111011111011110110011010111000111000000110011000111011111010011010101001111011011000101010010100 | e889b6efbd9ae38198efa6a9ed8a94 |
UHC | 艶zじ囹튔 | 11100110111111011010001111111010101010101011100011100111101010101011101001000110 | e6fda3faaab8e7aaba46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)