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 | ????匡? | 00111111001111110011111100111111100010111010011100111111 | 3f3f3f3f8ba73f |
EUC-JP | ?珏??匡? | 001111111000111111001011111011010011111100111111101101101010100100111111 | 3f8fcbed3f3fb6a93f |
UTF-8 | 렻珏렓렻匡렮 | 111010111010000010111011111001111000111110001111111010111010000010010011111010111010000010111011111001011000110010100001111010111010000010101110 | eba0bbe78f8feba093eba0bbe58ca1eba0ae |
UHC | 렻珏렓렻匡렮 | 100011101100001111001010110001001000111010101000100011101100001111001110110001001000111010111011 | 8ec3cac48ea88ec3cec48ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)