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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?業??業業B | 00111111100010111100011000111111001111111000101111000110100010111100011001000010 | 3f8bc63f3f8bc68bc642 |
EUC-JP | ?業??業業B | 00111111101101101100100000111111001111111011011011001000101101101100100001000010 | 3fb6c83f3fb6c8b6c842 |
UTF-8 | 묿業뫝묿業業B | 11101011101011001011111111100110101001011010110111101011101010111001110111101011101011001011111111100110101001011010110111100110101001011010110101000010 | ebacbfe6a5adebab9debacbfe6a5ade6a5ad42 |
UHC | 묿業뫝묿業業B | 10010010010011101110010111110110100100011011110110010010010011101110010111110110111001011111011001000010 | 924ee5f691bd924ee5f6e5f642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)