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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???溢?? | 00111111001111110011111110001000111011000011111100111111 | 3f3f3f88ec3f3f |
EUC-JP | ???溢?? | 00111111001111110011111110110000111011100011111100111111 | 3f3f3fb0ee3f3f |
UTF-8 | 閱묐뙋溢쒙쭫 | 111010011001011010110001111010111010110010010000111010111001100110001011111001101011101010100010111011001001001010011001111011001010110110101011 | e996b1ebac90eb998be6baa2ec9299ecadab |
UHC | 閱묐뙋溢쒙쭫 | 111001101111001110010001111010111000110010010000111011001110111010011100111011111010011110011111 | e6f391eb8c90ecee9cefa79f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)