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 | ⅹニ闔シスセ | 1111101001001001110001101110100010001110101111001011110110111110 | fa49c6e88ebcbdbe |
EUC-JP | ?ニ闔シスセ | 0011111110001110110001101110111111101110100011101011110010001110101111011000111010111110 | 3f8ec6efee8ebc8ebd8ebe |
UTF-8 | ⅹニ闔シスセ | 111000101000010110111001111011111011111010000110111010011001011110010100111011111011110110111100111011111011110110111101111011111011110110111110 | e285b9efbe86e99794efbdbcefbdbdefbdbe |
UHC | ⅹ?闔??? | 1010010110101010001111111111100111101111001111110011111100111111 | a5aa3ff9ef3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)