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 | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
SJIS-WIN | ?ー?イY | 0011111110110000001111111011001001011001 | 3fb03fb259 |
EUC-JP | ?ー?イY | 00111111100011101011000000111111100011101011001001011001 | 3f8eb03f8eb259 |
UTF-8 | 䧼ー䭵イY | 11100100101001111011110011101111101111011011000011100100101011011011010111101111101111011011001001011001 | e4a7bcefbdb0e4adb5efbdb259 |
UHC | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)