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 | ニ闔シスセ | 1111100110100111110001101110100010001110101111001011110110111110 | f9a7c6e88ebcbdbe |
EUC-JP | ?ニ闔シスセ | 0011111110001110110001101110111111101110100011101011110010001110101111011000111010111110 | 3f8ec6efee8ebc8ebd8ebe |
UTF-8 | ニ闔シスセ | 111011101001110010000010111011111011111010000110111010011001011110010100111011111011110110111100111011111011110110111101111011111011110110111110 | ee9c82efbe86e99794efbdbcefbdbdefbdbe |
UHC | ??闔??? | 00111111001111111111100111101111001111110011111100111111 | 3f3ff9ef3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)