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 | ?旭?薪?? | 0011111110001000101011100011111110010000011001000011111100111111 | 3f88ae3f90643f3f |
EUC-JP | ?旭?薪?? | 0011111110110000101100000011111110111111110001010011111100111111 | 3fb0b03fbfc53f3f |
UTF-8 | 쒔旭렕薪렔렟 | 111011001001001010010100111001101001011110101101111010111010000010010101111010001001011010101010111010111010000010010100111010111010000010011111 | ec9294e697adeba095e896aaeba094eba09f |
UHC | 쒔旭렕薪렔렟 | 101111101010110111101001111011111000111010101010111000111110111110001110101010011000111010110000 | beade9ef8eaae3ef8ea98eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)