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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???薪?埃 | 0011111100111111001111111001000001100100001111111001101010111010 | 3f3f3f90643f9aba |
EUC-JP | ???薪?埃 | 0011111100111111001111111011111111000101001111111101010010111100 | 3f3f3fbfc53fd4bc |
UTF-8 | 쒀烈렕薪렖埃 | 111011001001001010000000111011111010011010011111111010111010000010010101111010001001011010101010111010111010000010010110111001011001111110000011 | ec9280efa69feba095e896aaeba096e59f83 |
UHC | 쒀烈렕薪렖埃 | 101111101010110011100110111011111000111010101010111000111110111110001110101010111110010011101111 | beace6ef8eaae3ef8eabe4ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)