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 | ?瓠終? | 001111111110000101000000100011110100100100111111 | 3fe1408f493f |
EUC-JP | ?瓠終? | 001111111110000110100001101111011010101000111111 | 3fe1a1bdaa3f |
UTF-8 | 뤓瓠終뤓 | 111010111010010010010011111001111001001110100000111001111011010110000010111010111010010010010011 | eba493e793a0e7b582eba493 |
UHC | 뤓瓠終뤓 | 1000111111000011111110111101001011110000111110111000111111000011 | 8fc3fbd2f0fb8fc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)