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 | 邂九Ζ妤 | 1110011110101110100010111110001110000011101001001111101010100100 | e7ae8be383a4faa4 |
EUC-JP | 邂九Ζ妤 | 111011101011000010110110111001011010011010100110100011111011100110101111 | eeb0b6e5a6a68fb9af |
UTF-8 | 邂九Ζ妤 | 1110100110000010100000101110010010111001100111011100111010010110111001011010011010100100 | e98282e4b99dce96e5a6a4 |
UHC | 邂九Ζ? | 11111010101100111100111011111010101001011100011000111111 | fab3cefaa5c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)