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 | 軾??崧 | 111001110110011100111111001111111111101010101111 | e7673f3ffaaf |
EUC-JP | 軾??崧 | 11101101110010000011111100111111100011111011101111001010 | edc83f3f8fbbca |
UTF-8 | 軾덁돺崧 | 111010001011101110111110111010111000110110000001111010111000111110111010111001011011010010100111 | e8bbbeeb8d81eb8fbae5b4a7 |
UHC | 軾덁돺崧 | 1110001111011100100010001110010010001001101111011110001011111110 | e3dc88e489bde2fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)