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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???お’^ | 0011111100111111001111111000001010101000100000010110011001011110 | 3f3f3f82a881665e |
EUC-JP | ???お’^ | 0011111100111111001111111010010010101010101000011100011101011110 | 3f3f3fa4aaa1c75e |
UTF-8 | 룵ㄱ춳お’^ | 11101011101000111011010111100011100001001011000111101100101101101011001111100011100000011000101011100010100000001001100101011110 | eba3b5e384b1ecb6b3e3818ae280995e |
UHC | 룵ㄱ춳お’^ | 1000111110101010101001001010000110101101100011111010101010101010101000011010111101011110 | 8faaa4a1ad8faaaaa1af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)