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 | ???偃?? | 00111111001111110011111110011000111011100011111100111111 | 3f3f3f98ee3f3f |
EUC-JP | 焰??偃?? | 100011111100100111101111001111110011111111010000111100000011111100111111 | 8fc9ef3f3fd0f03f3f |
UTF-8 | 焰쏅젨偃띾젺 | 111001111000010010110000111011001000111110000101111011001010000010101000111001011000000110000011111010111001110110111110111011001010000010111010 | e784b0ec8f85eca0a8e58183eb9dbeeca0ba |
UHC | 焰쏅젨偃띾젺 | 111001101111101110011011111010111010000010100000111001011110011110001101111010111010000010101101 | e6fb9beba0a0e5e78deba0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)