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 | 遙?┫俺 | 11101010101000010011111110000100101100101000100110110100 | eaa13f84b289b4 |
EUC-JP | 遙?┫俺 | 11110100101000110011111110101000101101001011001010110110 | f4a33fa8b4b2b6 |
UTF-8 | 遙뤻┫俺 | 111010011000000110011001111010111010010010111011111000101001010010101011111001001011111110111010 | e98199eba4bbe294abe4bfba |
UHC | 遙뤻┫俺 | 1110100110101011100011111110100110100110101101001110010111101111 | e9ab8fe9a6b4e5ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)