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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 漬?諸? | 100100101101000000111111100011111001010000111111 | 92d03f8f943f |
EUC-JP | 漬?諸? | 110001001101001000111111101111011111010000111111 | c4d23fbdf43f |
UTF-8 | 漬렟諸렋 | 111001101011110010101100111010111010000010011111111010001010101110111000111010111010000010001011 | e6bcaceba09fe8abb8eba08b |
UHC | 漬렟諸렋 | 1111001010110000100011101011000011110000101100111000111010100010 | f2b08eb0f0b38ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)