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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲???э? | 1110000110011111001111110011111100111111100001001000111100111111 | e19f3f3f3f848f3f |
EUC-JP | 癲?ʼn?э? | 11100010101000010011111110001111101010011100101000111111101001111110111100111111 | e2a13f8fa9ca3fa7ef3f |
UTF-8 | 癲앸ʼn柳э쬆 | 11100111100110011011001011101100100101011011100011000101100010011110111110100111100010011101000110001101111011001010110010000110 | e799b2ec95b8c589efa789d18decac86 |
UHC | 癲앸ʼn柳э쬆 | 111011111010011010011101111010111010100110110000111010101111011110101100111011111010011010011101 | efa69deba9b0eaf7acefa69d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)