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 | 莨桁厳鐔 | 1110010010111100100011001000010110001100101101011110100001011100 | e4bc8c858cb5e85c |
EUC-JP | 莨桁厳鐔 | 1110100010111110101101111110010110111000101101111110111110111101 | e8beb7e5b8b7efbd |
UTF-8 | 莨桁厳鐔 | 111010001000111010101000111001101010000110000001111001011000111010110011111010011001000010010100 | e88ea8e6a181e58eb3e99094 |
UHC | ?桁?? | 0011111111111001111110010011111100111111 | 3ff9f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)