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 | 兄ζ?? | 100011000101101010000011110001000011111100111111 | 8c5a83c43f3f |
EUC-JP | 兄ζ?? | 101101111011101110100110110001100011111100111111 | b7bba6c63f3f |
UTF-8 | 兄ζ콖曆 | 1110010110000101100001001100111010110110111011001011110110010110111011111010011010001011 | e58584ceb6ecbd96efa68b |
UHC | 兄ζ콖曆 | 1111101011111100101001011110011010110001100100001110011010110111 | fafca5e6b190e6b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)