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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 夷????㎞ | 1000100011001110001111110011111100111111001111111000011101110001 | 88ce3f3f3f3f8771 |
EUC-JP | 夷????? | 10110000110100000011111100111111001111110011111100111111 | b0d03f3f3f3f3f |
UTF-8 | 夷뚰슑吏앹㎞ | 111001011010010010110111111010111001101010110000111011001000101010010001111011111010011110011110111011001001010110111001111000111000111010011110 | e5a4b7eb9ab0ec8a91efa79eec95b9e38e9e |
UHC | 夷뚰슑吏앹㎞ | 111011001010100010001100111011011001101010100000111011001010011110011101111011001010011110110000 | eca88ced9aa0eca79deca7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)