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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?四?瞿 | 001111111000111001101100001111111110000111011000 | 3f8e6c3fe1d8 |
EUC-JP | ?四?瞿 | 001111111011101111001101001111111110001011011010 | 3fbbcd3fe2da |
UTF-8 | 뤫四죄瞿 | 111010111010010010101011111001011001101110011011111011001010001110000100111001111001111010111111 | eba4abe59b9beca384e79ebf |
UHC | 뤫四죄瞿 | 1000111111011001110111101100110011000001110010111100111110111010 | 8fd9deccc1cbcfba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)