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 | 秧??柚 | 111000100101111000111111001111111001011101001101 | e25e3f3f974d |
EUC-JP | 秧??柚 | 111000111011111100111111001111111100110110101110 | e3bf3f3fcdae |
UTF-8 | 秧뉖슜柚 | 111001111010011110100111111010111000100110010110111011001000101010011100111001101001111110011010 | e7a7a7eb8996ec8a9ce69f9a |
UHC | 秧뉖슜柚 | 1110010011101011100001111110101110011010101010011110101011110110 | e4eb87eb9aa9eaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)