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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 菫瀧牡^ | 11100100101111111001000111101011100010011011001001011110 | e4bf91eb89b25e |
EUC-JP | 菫瀧牡^ | 11101000110000011100001011101101101100101011010001011110 | e8c1c2edb2b45e |
UTF-8 | 菫瀧牡^ | 11101000100011111010101111100111100000001010011111100111100010011010000101011110 | e88fabe780a7e789a15e |
UHC | 菫瀧牡^ | 11010000110010111101011011101001110110011100000001011110 | d0cbd6e9d9c05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)