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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????佚 | 0011111100111111001111110011111100111111001111111001100011000011 | 3f3f3f3f3f3f98c3 |
EUC-JP | ??????佚 | 0011111100111111001111110011111100111111001111111101000011000101 | 3f3f3f3f3f3fd0c5 |
UTF-8 | 溜삥컩溜싲졎佚 | 111011111010011110001011111011001000001010100101111011001011101110101001111011111010011110001011111011001000101110110010111011001010000110001110111001001011110110011010 | efa78bec82a5ecbba9efa78bec8bb2eca18ee4bd9a |
UHC | 溜삥컩溜싲졎佚 | 1110101011111110101110111110011010110000100100011110101011111110100110101110101110100000101110111110110011101010 | eafebbe6b091eafe9aeba0bbecea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)