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 | 域??猿 | 100010001110011000111111001111111000100110001110 | 88e63f3f898e |
EUC-JP | 域??猿 | 101100001110100000111111001111111011000111101110 | b0e83f3fb1ee |
UTF-8 | 域띕끼猿 | 111001011001111110011111111010111001110110010101111010111000000110111100111001111000110010111111 | e59f9feb9d95eb81bce78cbf |
UHC | 域띕끼猿 | 1110011010110100101101101110101110110011101000101110101010111011 | e6b4b6ebb3a2eabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)