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 | ネスセ鋧 | 111100101010011111001000111100011000111010111101101111101111101111001111 | f2a7c8f18ebdbefbcf |
EUC-JP | ?ネ?スセ鋧 | 0011111110001110110010000011111110001110101111011000111010111110100011111110010011001011 | 3f8ec83f8ebd8ebe8fe4cb |
UTF-8 | ネスセ鋧 | 111011101000011110011110111011111011111010001000111011101000010010001001111011111011110110111101111011111011110110111110111010011000101110100111 | ee879eefbe88ee8489efbdbdefbdbee98ba7 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)