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 | 薰カ譚鍋朕 | 111110111001111010110110111001101001110110010011111001111001001010111101 | fb9eb6e69d93e792bd |
EUC-JP | ?カ譚鍋朕 | 001111111000111010110110111010111111110111000110111010011100010010111111 | 3f8eb6ebfdc6e9c4bf |
UTF-8 | 薰カ譚鍋朕 | 111010001001011010110000111011111011110110110110111010001010110110011010111010011000110110001011111001101001110010010101 | e896b0efbdb6e8ad9ae98d8be69c95 |
UHC | 薰?譚鍋朕 | 111111011011100100111111110100111100100111001110101001111111001011111001 | fdb93fd3c9cea7f2f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)