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 | 潁??韋?? | 1001111111110001001111110011111111101000111010000011111100111111 | 9ff13f3fe8e83f3f |
EUC-JP | 潁??韋?? | 1101111011110011001111110011111111110000111010100011111100111111 | def33f3ff0ea3f3f |
UTF-8 | 潁딄퇎韋녶콏 | 111001101011110110000001111010111001010010000100111011011000011110001110111010011001111110001011111010111000010110110110111011001011110110001111 | e6bd81eb9484ed878ee99f8beb85b6ecbd8f |
UHC | 潁딄퇎韋녶콏 | 111001111011100010001010111010101011011110011111111010101101111110000110111001011011000110001011 | e7b88aeab79feadf86e5b18b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)