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 | 譽??泳 | 111001101010001100111111001111111000100101101010 | e6a33f3f896a |
EUC-JP | 譽??泳 | 111011001010010100111111001111111011000111001011 | eca53f3fb1cb |
UTF-8 | 譽김뵷泳 | 111010001010110110111101111010101011100110000000111010111011010110110111111001101011001110110011 | e8adbdeab980ebb5b7e6b3b3 |
UHC | 譽김뵷泳 | 1110011111100010101100011110100010010100101101011110011110110110 | e7e2b1e894b5e7b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)