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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 夷?[夷?[^ | 100010001100111000111111010110111000100011001110001111110101101101011110 | 88ce3f5b88ce3f5b5e |
EUC-JP | 夷?[夷?[^ | 101100001101000000111111010110111011000011010000001111110101101101011110 | b0d03f5bb0d03f5b5e |
UTF-8 | 夷렜[夷렜[^ | 111001011010010010110111111010111010000010011100010110111110010110100100101101111110101110100000100111000101101101011110 | e5a4b7eba09c5be5a4b7eba09c5b5e |
UHC | 夷렜[夷렜[^ | 1110110010101000100011101010111001011011111011001010100010001110101011100101101101011110 | eca88eae5beca88eae5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)