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 | 陲也く襠第 | 11101000101000101001011011100111100000101010110111100101111110111001000111100110 | e8a296e782ade5fb91e6 |
EUC-JP | 陲也く襠第 | 11110000101001001100110011101001101001001010111111101010111111011100001011101000 | f0a4cce9a4afeafdc2e8 |
UTF-8 | 陲也く襠第 | 111010011001100110110010111001001011100110011111111000111000000110001111111010001010010110100000111001111010110010101100 | e999b2e4b99fe3818fe8a5a0e7acac |
UHC | ?也く?第 | 0011111111100101101001011010101010101111001111111111000010101111 | 3fe5a5aaaf3ff0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)