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?R???J? | 001111110100101000111111010100100011111100111111001111110100101000111111 | 3f4a3f523f3f3f4a3f |
SJIS-WIN | ?J?R???J? | 001111110100101000111111010100100011111100111111001111110100101000111111 | 3f4a3f523f3f3f4a3f |
EUC-JP | ?J?R???J? | 001111110100101000111111010100100011111100111111001111110100101000111111 | 3f4a3f523f3f3f4a3f |
UTF-8 | 혪J혪R혩쨘혪J혩 | 111011011001100010101010010010101110110110011000101010100101001011101101100110001010100111101100101010001001100011101101100110001010101001001010111011011001100010101001 | ed98aa4aed98aa52ed98a9eca898ed98aa4aed98a9 |
UHC | 혪J혪R혩쨘혪J혩 | 110000101001001001001010110000101001001001010010110000101001000111000010101110101100001010010010010010101100001010010001 | c2924ac29252c291c2bac2924ac291 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)