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 | ???F? | 0011111100111111001111110100011000111111 | 3f3f3f463f |
SJIS-WIN | ???F? | 0011111100111111001111110100011000111111 | 3f3f3f463f |
EUC-JP | ???F? | 0011111100111111001111110100011000111111 | 3f3f3f463f |
UTF-8 | 묯뫆뫋F묬 | 11101011101011001010111111101011101010111000011011101011101010111000101101000110111010111010110010101100 | ebacafebab86ebab8b46ebacac |
UHC | 묯뫆뫋F묬 | 100100100100011010010001101010011001000110101101010001101001001001000011 | 924691a991ad469243 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)