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 | ?v???^?~ | 0011111101110110001111110011111100111111010111100011111101111110 | 3f763f3f3f5e3f7e |
SJIS-WIN | ?v???^?~ | 0011111101110110001111110011111100111111010111100011111101111110 | 3f763f3f3f5e3f7e |
EUC-JP | ?v???^?~ | 0011111101110110001111110011111100111111010111100011111101111110 | 3f763f3f3f5e3f7e |
UTF-8 | 혰v혘횇혖^혧~ | 111011011001100010110000011101101110110110011000100110001110110110011010100001111110110110011000100101100101111011101101100110001010011101111110 | ed98b076ed9898ed9a87ed98965eed98a77e |
UHC | 혰v혘횇혖^혧~ | 11000010100101110111011011000010100000111100001110000101110000101000000101011110110000101000111101111110 | c29776c283c385c2815ec28f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)