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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?筍???? | 00111111111000101010000100111111001111110011111100111111 | 3fe2a13f3f3f3f |
EUC-JP | ?筍???? | 00111111111001001010001100111111001111110011111100111111 | 3fe4a33f3f3f3f |
UTF-8 | 뤚筍쐬렪렭뤶 | 111010111010010010011010111001111010110110001101111011001001000010101100111010111010000010101010111010111010000010101101111010111010010010110110 | eba49ae7ad8dec90aceba0aaeba0adeba4b6 |
UHC | 뤚筍쐬렪렭뤶 | 100011111100100111100010111011001011110111111101100011101011100010001110101110101000111111100100 | 8fc9e2ecbdfd8eb88eba8fe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)