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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邨ょッらカ | 1110011110110101100000101110010110101111100000101110011110110110 | e7b582e5af82e7b6 |
EUC-JP | 邨ょッらカ | 11101110101101111010010011100111100011101010111110100100111010011000111010110110 | eeb7a4e78eafa4e98eb6 |
UTF-8 | 邨ょッらカ | 111010011000001010101000111000111000001010000111111011111011110110101111111000111000001010001001111011111011110110110110 | e982a8e38287efbdafe38289efbdb6 |
UHC | 邨ょ?ら? | 1111010110111110101010101110011100111111101010101110100100111111 | f5beaae73faae93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)