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 | E®Y» | 1001001001000101100100011010111010010010010110011001000110111011 | 924591ae925991bb |
SJIS-WIN | ?E???Y?? | 0011111101000101001111110011111100111111010110010011111100111111 | 3f453f3f3f593f3f |
EUC-JP | ?E?®?Y?? | 00111111010001010011111110001111101000101110111000111111010110010011111100111111 | 3f453f8fa2ee3f593f3f |
UTF-8 | E®Y» | 1100001010010010010001011100001010010001110000101010111011000010100100100101100111000010100100011100001010111011 | c29245c291c2aec29259c291c2bb |
UHC | ?E?®?Y?? | 001111110100010100111111101000101110011100111111010110010011111100111111 | 3f453fa2e73f593f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)