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 | 0011111100111111001111110101001000111111001111110011111101100010 | 3f3f3f523f3f3f62 |
SJIS-WIN | ???R???b | 0011111100111111001111110101001000111111001111110011111101100010 | 3f3f3f523f3f3f62 |
EUC-JP | ???R???b | 0011111100111111001111110101001000111111001111110011111101100010 | 3f3f3f523f3f3f62 |
UTF-8 | 챈짙혳R책쨌쩍b | 1110110010110001100010001110110010100111100110011110110110011000101100110101001011101100101100011000010111101100101010001000110011101100101010011000110101100010 | ecb188eca799ed98b352ecb185eca88ceca98d62 |
UHC | 챈짙혳R책쨌쩍b | 1100001110100110110000101010001111000010100110100101001011000011101001011100001010110111110000101011110101100010 | c3a6c2a3c29a52c3a5c2b7c2bd62 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)