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???RB | 001111110011111100111111010100100011111100111111001111110101001001000010 | 3f3f3f523f3f3f5242 |
SJIS-WIN | ???R???RB | 001111110011111100111111010100100011111100111111001111110101001001000010 | 3f3f3f523f3f3f5242 |
EUC-JP | ???R???RB | 001111110011111100111111010100100011111100111111001111110101001001000010 | 3f3f3f523f3f3f5242 |
UTF-8 | 창혳챗R창혳챗RB | 111011001011000010111101111011011001100010110011111011001011000110010111010100101110110010110000101111011110110110011000101100111110110010110001100101110101001001000010 | ecb0bded98b3ecb19752ecb0bded98b3ecb1975242 |
UHC | 창혳챗R창혳챗RB | 110000111010001011000010100110101100001110101010010100101100001110100010110000101001101011000011101010100101001001000010 | c3a2c29ac3aa52c3a2c29ac3aa5242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)