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 | ????る?^ | 0011111100111111001111110011111110000010111010010011111101011110 | 3f3f3f3f82e93f5e |
EUC-JP | ????る?^ | 0011111100111111001111110011111110100100111010110011111101011110 | 3f3f3f3fa4eb3f5e |
UTF-8 | 樂뀀씒溜る젶^ | 11101111101001101011111111101011100000001000000011101100100101001001001011101111101001111000101111100011100000101000101111101100101000001011011001011110 | efa6bfeb8080ec9492efa78be3828beca0b65e |
UHC | 樂뀀씒溜る젶^ | 11101000111110011011001011101011100111011010100011101010111111101010101011101011101000001010101001011110 | e8f9b2eb9da8eafeaaeba0aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)