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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???濡? | 001111110011111100111111100101000100011100111111 | 3f3f3f94473f |
EUC-JP | ???濡? | 001111110011111100111111110001111010100000111111 | 3f3f3fc7a83f |
UTF-8 | 溜긴풚濡꿠 | 111011111010011110001011111010101011100010110100111011011001001010011010111001101011111110100001111010101011111110100000 | efa78beab8b4ed929ae6bfa1eabfa0 |
UHC | 溜긴풚濡꿠 | 11101010111111101011000111100100101111101001110111101011101000011000010101011001 | eafeb1e4be9deba18559 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)