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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??槽?? | 001111110011111110010001100001010011111100111111 | 3f3f91853f3f |
EUC-JP | ?璜槽佺? | 00111111100011111100110011011000110000011110010110001111101100001111100100111111 | 3f8fccd8c1e58fb0f93f |
UTF-8 | 뤈璜槽佺븍 | 111010111010010010001000111001111001001010011100111001101010011110111101111001001011110110111010111010111011100010001101 | eba488e7929ce6a7bde4bdbaebb88d |
UHC | 뤈璜槽佺븍 | 10001111101110001111110011010100111100001100101111101110111011011011101011101011 | 8fb8fcd4f0cbeeedbaeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)