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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 潁??辱 | 100111111111000100111111001111111001000001001010 | 9ff13f3f904a |
EUC-JP | 潁??辱 | 110111101111001100111111001111111011111110101011 | def33f3fbfab |
UTF-8 | 潁욂툧辱 | 111001101011110110000001111011001001101010000010111011011000100010100111111010001011111010110001 | e6bd81ec9a82ed88a7e8beb1 |
UHC | 潁욂툧辱 | 1110011110111000100111101110010010111000100111101110100110110100 | e7b89ee4b89ee9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)