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 | ?J???RB | 00111111010010100011111100111111001111110101001001000010 | 3f4a3f3f3f5242 |
SJIS-WIN | ?J???RB | 00111111010010100011111100111111001111110101001001000010 | 3f4a3f3f3f5242 |
EUC-JP | ?J???RB | 00111111010010100011111100111111001111110101001001000010 | 3f4a3f3f3f5242 |
UTF-8 | 책J혡챠혧RB | 111011001011000110000101010010101110110110011000101000011110110010110001101000001110110110011000101001110101001001000010 | ecb1854aed98a1ecb1a0ed98a75242 |
UHC | 책J혡챠혧RB | 1100001110100101010010101100001010001010110000111010110111000010100011110101001001000010 | c3a54ac28ac3adc28f5242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)