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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???雁?^ | 00111111001111110011111110001010111001010011111101011110 | 3f3f3f8ae53f5e |
EUC-JP | ?寗?雁?^ | 001111111000111110111010111000000011111110110100111001110011111101011110 | 3f8fbae03fb4e73f5e |
UTF-8 | 뤶寗첂雁섈^ | 11101011101001001011011011100101101011111001011111101100101100101000001011101001100110111000000111101100100001001000100001011110 | eba4b6e5af97ecb282e99b81ec84885e |
UHC | 뤶寗첂雁섈^ | 1000111111100100110100101011110010101010100011111110010011010010101111001010101001011110 | 8fe4d2bcaa8fe4d2bcaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)