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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 押??押??^ | 100010011001111100111111001111111000100110011111001111110011111101011110 | 899f3f3f899f3f3f5e |
EUC-JP | 押??押??^ | 101100101010000100111111001111111011001010100001001111110011111101011110 | b2a13f3fb2a13f3f5e |
UTF-8 | 押꾥돬押꾤껑^ | 11100110100010101011110011101010101111101010010111101011100011111010110011100110100010101011110011101010101111101010010011101010101110111001000101011110 | e68abceabea5eb8face68abceabea4eabb915e |
UHC | 押꾥돬押꾤껑^ | 11100100111000111000010011101000100010011010111111100100111000111000010011100111101100101011000101011110 | e4e384e889afe4e384e7b2b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)