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 | 痔鶯セ | 11110000101111111000111010100100111010011111001010111110 | f0bf8ea4e9f2be |
EUC-JP | ?痔鶯セ | 00111111101111001010011011110010111101001000111010111110 | 3fbca6f2f48ebe |
UTF-8 | 痔鶯セ | 111011101000000110111110111001111001011110010100111010011011011010101111111011111011110110111110 | ee81bee79794e9b6afefbdbe |
UHC | ?痔鶯? | 001111111111011011000000111001011010001100111111 | 3ff6c0e5a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)