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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 涇シ霎櫁貉螳 | 1111101011111011101111001110100010111110100111101110100011100110101110011110010110101110 | fafbbce8be9ee8e6b9e5ae |
EUC-JP | 涇シ霎櫁貉螳 | 10001111110001111100011110001110101111001111000011000000110111001110101011101100101110111110101010110000 | 8fc7c78ebcf0c0dceaecbbeab0 |
UTF-8 | 涇シ霎櫁貉螳 | 111001101011011010000111111011111011110110111100111010011001110010001110111001101010101110000001111010001011001010001001111010001001111010110011 | e6b687efbdbce99c8ee6ab81e8b289e89eb3 |
UHC | 涇????螳 | 1100110011011100001111110011111100111111001111111101001111011001 | ccdc3f3f3f3fd3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)