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 | ???潁?? | 00111111001111110011111110011111111100010011111100111111 | 3f3f3f9ff13f3f |
EUC-JP | 薏??潁?? | 100011111101100111011110001111110011111111011110111100110011111100111111 | 8fd9de3f3fdef33f3f |
UTF-8 | 薏쎌쭒潁됱씫 | 111010001001011010001111111011001000111010001100111011001010110110010010111001101011110110000001111010111001000010110001111011001001010010101011 | e8968fec8e8cecad92e6bd81eb90b1ec94ab |
UHC | 薏쎌쭒潁됱씫 | 111010111111101110111101111011001010011110001010111001111011100010001001111011001001110110111101 | ebfbbdeca78ae7b889ec9dbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)