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 | ?泥ざ? | 001111111001001101000100100000101011010000111111 | 3f934482b43f |
EUC-JP | 邕泥ざ? | 1000111111100001111011011100010110100101101001001011011000111111 | 8fe1edc5a5a4b63f |
UTF-8 | 邕泥ざ렱 | 111010011000001010010101111001101011001110100101111000111000000110010110111010111010000010110001 | e98295e6b3a5e38196eba0b1 |
UHC | 邕泥ざ렱 | 1110100010111011110100101111101010101010101101101000111010111110 | e8bbd2faaab68ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)