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 | ???I???I^ | 001111110011111100111111010010010011111100111111001111110100100101011110 | 3f3f3f493f3f3f495e |
SJIS-WIN | ???I???I^ | 001111110011111100111111010010010011111100111111001111110100100101011110 | 3f3f3f493f3f3f495e |
EUC-JP | ???I???I^ | 001111110011111100111111010010010011111100111111001111110100100101011110 | 3f3f3f493f3f3f495e |
UTF-8 | 혧짬징I혧짬징I^ | 111011011001100010100111111011001010011110101100111011001010011110010101010010011110110110011000101001111110110010100111101011001110110010100111100101010100100101011110 | ed98a7eca7aceca79549ed98a7eca7aceca795495e |
UHC | 혧짬징I혧짬징I^ | 110000101000111111000010101010111100001010100001010010011100001010001111110000101010101111000010101000010100100101011110 | c28fc2abc2a149c28fc2abc2a1495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)