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 | ???R???^B | 001111110011111100111111010100100011111100111111001111110101111001000010 | 3f3f3f523f3f3f5e42 |
SJIS-WIN | ???R???^B | 001111110011111100111111010100100011111100111111001111110101111001000010 | 3f3f3f523f3f3f5e42 |
EUC-JP | ???R???^B | 001111110011111100111111010100100011111100111111001111110101111001000010 | 3f3f3f523f3f3f5e42 |
UTF-8 | 묳뫊뫏R묳뫊뫏^B | 111010111010110010110011111010111010101110001010111010111010101110001111010100101110101110101100101100111110101110101011100010101110101110101011100011110101111001000010 | ebacb3ebab8aebab8f52ebacb3ebab8aebab8f5e42 |
UHC | 묳뫊뫏R묳뫊뫏^B | 100100100100101010010001101011001001000110110001010100101001001001001010100100011010110010010001101100010101111001000010 | 924a91ac91b152924a91ac91b15e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)