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 | ???慾?? | 00111111001111110011111110010111011111000011111100111111 | 3f3f3f977c3f3f |
EUC-JP | ???慾?? | 00111111001111110011111111001101110111010011111100111111 | 3f3f3fcddd3f3f |
UTF-8 | 歷쇽숴慾딉슈 | 111011111010011010001100111011001000011110111101111011001000100010110100111001101000010110111110111010111001010010001001111011001000101010001000 | efa68cec87bdec88b4e685beeb9489ec8a88 |
UHC | 歷쇽숴慾딉슈 | 111001101011100010111100111011111011110110100100111010011010111110001010111011111011110110110100 | e6b8bcefbda4e9af8aefbdb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)