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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 暦跛硴 | 100101111110111111100110111010101110000111101011 | 97efe6eae1eb |
EUC-JP | 暦跛硴 | 110011101111000111101100111011001110001011101101 | cef1ecece2ed |
UTF-8 | 暦跛硴 | 111001101001101010100110111010001011011110011011111001111010000110110100 | e69aa6e8b79be7a1b4 |
UHC | ?跛? | 00111111111101111111010100111111 | 3ff7f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)