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 | 馭??泣?^ | 1110100101100110001111110011111110001011100000110011111101011110 | e9663f3f8b833f5e |
EUC-JP | 馭??泣?^ | 1111000111000111001111110011111110110101111000110011111101011110 | f1c73f3fb5e33f5e |
UTF-8 | 馭곷똾泣낪^ | 11101001101001101010110111101010101100111011011111101011100110001011111011100110101100111010001111101011100000101010101001011110 | e9a6adeab3b7eb98bee6b3a3eb82aa5e |
UHC | 馭곷똾泣낪^ | 1110010111011111100000011110101110001100100001001110101111101000100001100100010001011110 | e5df81eb8c84ebe886445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)