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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?????Ъ^ | 0011111100111111001111110011111100111111100001000101101101011110 | 3f3f3f3f3f845b5e |
EUC-JP | ???靷?Ъ^ | 00111111001111110011111110001111111001111011110100111111101001111011110001011110 | 3f3f3f8fe7bd3fa7bc5e |
UTF-8 | 嶺뚮뿫靷뗩Ъ^ | 111011111010011010101011111010111001101010101110111010111011111110101011111010011001110110110111111010111001011110101001110100001010101001011110 | efa6abeb9aaeebbfabe99db7eb97a9d0aa5e |
UHC | 嶺뚮뿫靷뗩Ъ^ | 11100111101011011000110011101011100101111010101111101100111001101000101111101001101011001011110001011110 | e7ad8ceb97abece68be9acbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)