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 | 押꾨뮮押꾨뮠^ | 11100110100010101011110011101010101111101010100011101011101011101010111011100110100010101011110011101010101111101010100011101011101011101010000001011110 | e68abceabea8ebaeaee68abceabea8ebaea05e |
UHC | 押꾨뮮押꾨뮠^ | 11100100111000111000010011101011100100101011011111100100111000111000010011101011100100101010110001011110 | e4e384eb92b7e4e384eb92ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)