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 | 莨鷺スォ墲取 | 11100100101111001000110111101011101111011010101111111010100111101000111011100110 | e4bc8debbdabfa9e8ee6 |
EUC-JP | 莨鷺スォ墲取 | 11101000101111101011101011101101100011101011110110001110101010111000111110111000110011101011110011101000 | e8bebaed8ebd8eab8fb8cebce8 |
UTF-8 | 莨鷺スォ墲取 | 111010001000111010101000111010011011011110111010111011111011110110111101111011111011110110101011111001011010001010110010111001011000111110010110 | e88ea8e9b7baefbdbdefbdabe5a2b2e58f96 |
UHC | ?鷺???取 | 0011111111010110110111000011111100111111001111111111011010100010 | 3fd6dc3f3f3ff6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)